#CCCB89

Color #CCCB89 Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #CCCB89

Tints of Deco #CCCB89

Color information

#CCCB89 (or 0xCCCB89) is unknown color: approx Deco. HEX triplet: CC, CB and 89. RGB value is (204,203,137). Sum of RGB (Red+Green+Blue) = 204+203+137=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 137 (53.91% from 255 or 25.18% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCB89 is #333476. Grayscale: #C4C4C4. Windows color (decimal): -3355767 or 9030604. OLE color: 9030604.

HSL color Cylindrical-coordinate representation of color #CCCB89: hue angle of 59.1º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCCB89 is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB204203137-
CMYK00.000.330.2
HSL59.1º39.64%66.86%-
HSV(B)59.1º32.84%80%-
XYZ50.7757.3632.06-
YUV195.7794.83133.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 37.5%
GREEN value IS 203 (79.69% from 255) = 37.32%
BLUE value IS 137 (53.91% from 255) = 25.18%
R=37.5%
G=37.32%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420313700.000.330.259.139.6466.86
HexCCCB890021143b2843
Octal3143132110041247350103
Binary11001100110010111000100100100001101001110111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCB89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCB89; }

 p { color: rgb(204,203,137); }

 H1.HeaderClassName
 {
   color: #CCCB89;
 }
 .AnyTagClassName
 {
   color: #CCCB89;
 }
</style>
background-color css

<style>
 a { background-color: #CCCB89; }

 a { background-color: rgb(204,203,137); }

 div.DivClassName
 {
   background-color: #CCCB89;
 }
 .BgClassName
 {
   background-color: #CCCB89;
 }
</style>
border-color css

<style>
 span { border-color: #CCCB89; }

 span { border-color: rgb(204,203,137); }

 td.TdClassName
 {
   border-color: #CCCB89;
 }
 .TagClassName
 {
   border-color: #CCCB89;
 }
</style>