COLOR #CCA563

HEX: #CCA563
RGB: (204,165,99)

Renk bilgisi

#CCA563 contains mainly red and green colors. #CCA563 ‘ nin web güvenlik rengi #CC9966 (ya da #C96) dir.

RGB renk modeli

#CCA563 color RGB value is (204,165,99).

  • kırmız ton 204;
  • yeşil ton 165;
  • mavi ton 99.
RGB:
(204,165,99)
(80%,65%,39%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 165 of 255 = 65%
B 99 of 255 = 39%

204
165
99

R + G + B ~ 61%. #CCA563 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 165 + 99 = 468 (100%)
R 204 of 468 ~ 43.59%
G 165 of 468 ~ 35.26%
B 99 of 468 ~ 21.15%

%43.59
%35.26
%21.15

CMYK RENK MODELİ

#CCA563 rengi CMYK tonu (0,19,51,20).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.12%
  • sarı tonu 51.47%
  • ana renk tonu 20.00%
CMYK:
(0,19,51,20)
C0M19Y51K20 
(0%,19%,51%,20%)
(0.00/0.19/0.51/0.20)	

CMYK yüzdeleri

%0
%19.12
%51.47
%20

Codes

Color #CCA563 in popluar color models

CCA563
RGB20416599
HSL38°50.72%59.41%
HSB/HSV38°51.47%80.00%
CMYK0.00%19.12%51.47%
20.00%

Color #CCA563 in popluar number systems.

HEXCCA563
Decimal20416599
Binary11001100101001011100011
Octal314245143

Shades and tints

Shades of #CCA563

#CCA563
(204,165,99)
#BA965A
(186,150,90)
#A88751
(168,135,81)
#967848
(150,120,72)
#84693F
(132,105,63)
#725A36
(114,90,54)
#604B2D
(96,75,45)
#4E3C24
(78,60,36)
#3C2D1B
(60,45,27)
#2A1E12
(42,30,18)
#180F09
(24,15,9)
#000000
(0,0,0)

Tints of #CCA563

#CCA563
(204,165,99)
#D0AD71
(208,173,113)
#D4B57F
(212,181,127)
#D8BD8D
(216,189,141)
#DCC59B
(220,197,155)
#E0CDA9
(224,205,169)
#E4D5B7
(228,213,183)
#E8DDC5
(232,221,197)
#ECE5D3
(236,229,211)
#F0EDE1
(240,237,225)
#F4F5EF
(244,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA563 color. Also use rgb(204,165,99) instead hex code.

Text Font Color

.myTextColor { color: #CCA563; }

<p style="color:#CCA563">This sample text font color is #CCA563.</p>

This text font color is #CCA563.


Background Color

.myBgColor { background-color: #CCA563; }

<div style="background-color:#CCA563">Inner text</div>

This div background color is #CCA563.


Border color

.myBorderColor { border: 1px solid #CCA563; }

<div style="border:3px solid #CCA563">Div</div>

This div border color is #CCA563.


Opacity

.myOpacity80 { color: #CCA563; opacity: 0.8; }

<p style="color:#CCA563;opacity:0.8;">80%</p>

Text with #CCA563 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CCA563;}

<p style="text-shadow: 3px 3px 1px #CCA563">Text here.</p>

This text has shadow with #CCA563 color.

.textShadow {text-shadow: 3px 3px 1px #CCA563, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CCA563, 5px 5px 20px red">Text here.</p>

This text has shadow with #CCA563 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CCA563, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CCA563, Direction=45, Strength=4)">Text</p>

This text has shadow with #CCA563 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #CCA563;
  -webkit-box-shadow:	1px 1px 3px 2px #CCA563;
  box-shadow:		1px 1px 3px 2px #CCA563;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CCA563;
-webkit-box-shadow: 1px 1px 3px 2px #CCA563;
box-shadow:1px 1px 3px 2px #CCA563;">
Div content here</div>
This div box has shadow with color #CCA563.

Preview

Color preview on black background

This text has color #CCA563 on black background.


Color preview on white background

This text has color #CCA563 on white background.



Black color preview on #CCA563 background

This text has black color on #CCA563 background.


White color preview on #CCA563 background

This text has white color on #CCA563 background.