#CCCA92

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

Shades of Deco #CCCA92

Tints of Deco #CCCA92

Color information

#CCCA92 (or 0xCCCA92) is unknown color: approx Deco. HEX triplet: CC, CA and 92. RGB value is (204,202,146). Sum of RGB (Red+Green+Blue) = 204+202+146=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 202 (79.30% from 255 or 36.59% from 552); Blue value is 146 (57.42% from 255 or 26.45% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCA92 is #33356D. Grayscale: #C4C4C4. Windows color (decimal): -3356014 or 9620172. OLE color: 9620172.

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

Color convert

RGB204202146-
CMYK00.010.280.2
HSL57.93º36.25%68.63%-
HSV(B)57.93º28.43%80%-
XYZ51.2157.1535.53-
YUV196.2199.66133.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.96%
GREEN value IS 202 (79.30% from 255) = 36.59%
BLUE value IS 146 (57.42% from 255) = 26.45%
R=36.96%
G=36.59%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420214600.010.280.257.9336.2568.63
HexCCCA92011C143a2445
Octal3143122220134247244105
Binary1100110011001010100100100111100101001110101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCA92; }

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

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

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

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

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

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

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

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