#CCCB79

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

Shades of Deco #CCCB79

Tints of Deco #CCCB79

Color information

#CCCB79 (or 0xCCCB79) is unknown color: approx Deco. HEX triplet: CC, CB and 79. RGB value is (204,203,121). Sum of RGB (Red+Green+Blue) = 204+203+121=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 121 (47.66% from 255 or 22.92% from 528); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCCB79 is #333486. Grayscale: #C2C2C2. Windows color (decimal): -3355783 or 7982028. OLE color: 7982028.

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

Color convert

RGB204203121-
CMYK00.000.410.2
HSL59.28º44.86%63.73%-
HSV(B)59.28º40.69%80%-
XYZ49.7156.9326.46-
YUV193.9586.83135.17-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.64%
GREEN value IS 203 (79.69% from 255) = 38.45%
BLUE value IS 121 (47.66% from 255) = 22.92%
R=38.64%
G=38.45%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420312100.000.410.259.2844.8663.73
HexCCCB790029143b2d40
Octal3143131710051247355100
Binary1100110011001011111100100101001101001110111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCB79; }

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

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

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

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

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

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

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

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