#CCCA76

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

Shades of Deco #CCCA76

Tints of Deco #CCCA76

Color information

#CCCA76 (or 0xCCCA76) is unknown color: approx Deco. HEX triplet: CC, CA and 76. RGB value is (204,202,118). Sum of RGB (Red+Green+Blue) = 204+202+118=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 202 (79.30% from 255 or 38.55% from 524); Blue value is 118 (46.48% from 255 or 22.52% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCA76 is #333589. Grayscale: #C1C1C1. Windows color (decimal): -3356042 or 7785164. OLE color: 7785164.

HSL color Cylindrical-coordinate representation of color #CCCA76: hue angle of 58.6º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CCCA76 is Cyan = 0, Magento = 0.01, Yellow = 0.42 and Black (K on CMYK) = 0.2.

Color convert

RGB204202118-
CMYK00.010.420.2
HSL58.6º45.74%63.14%-
HSV(B)58.6º42.16%80%-
XYZ49.2956.3925.43-
YUV193.0285.66135.83-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.93%
GREEN value IS 202 (79.30% from 255) = 38.55%
BLUE value IS 118 (46.48% from 255) = 22.52%
R=38.93%
G=38.55%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420211800.010.420.258.645.7463.14
HexCCCA76012A143b2e3f
Octal314312166015224735677
Binary110011001100101011101100110101010100111011101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCA76; }

 p { color: rgb(204,202,118); }

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

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

 a { background-color: rgb(204,202,118); }

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

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

 span { border-color: rgb(204,202,118); }

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