#CCCA7C

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

Shades of Deco #CCCA7C

Tints of Deco #CCCA7C

Color information

#CCCA7C (or 0xCCCA7C) is unknown color: approx Deco. HEX triplet: CC, CA and 7C. RGB value is (204,202,124). Sum of RGB (Red+Green+Blue) = 204+202+124=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 124 (48.83% from 255 or 23.40% from 530); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCA7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCA7C is #333583. Grayscale: #C2C2C2. Windows color (decimal): -3356036 or 8178380. OLE color: 8178380.

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

Color convert

RGB204202124-
CMYK00.010.390.2
HSL58.5º43.96%64.31%-
HSV(B)58.5º39.22%80%-
XYZ49.6656.5327.36-
YUV193.7188.66135.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.49%
GREEN value IS 202 (79.30% from 255) = 38.11%
BLUE value IS 124 (48.83% from 255) = 23.40%
R=38.49%
G=38.11%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420212400.010.390.258.543.9664.31
HexCCCA7C0127143a2c40
Octal3143121740147247254100
Binary1100110011001010111110001100111101001110101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCA7C; }

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

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

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

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

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

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

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

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