#CCC979

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

Shades of Deco #CCC979

Tints of Deco #CCC979

Color information

#CCC979 (or 0xCCC979) is unknown color: approx Deco. HEX triplet: CC, C9 and 79. RGB value is (204,201,121). Sum of RGB (Red+Green+Blue) = 204+201+121=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 201 (78.91% from 255 or 38.21% from 526); Blue value is 121 (47.66% from 255 or 23.00% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC979 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC979 is #333686. Grayscale: #C1C1C1. Windows color (decimal): -3356295 or 7981516. OLE color: 7981516.

HSL color Cylindrical-coordinate representation of color #CCC979: hue angle of 57.83º 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 #CCC979 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.2.

Color convert

RGB204201121-
CMYK00.010.410.2
HSL57.83º44.86%63.73%-
HSV(B)57.83º40.69%80%-
XYZ49.2455.9926.3-
YUV192.7887.49136-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.78%
GREEN value IS 201 (78.91% from 255) = 38.21%
BLUE value IS 121 (47.66% from 255) = 23.00%
R=38.78%
G=38.21%
B=23.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420112100.010.410.257.8344.8663.73
HexCCC9790129143a2d40
Octal3143111710151247255100
Binary1100110011001001111100101101001101001110101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC979; }

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

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

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

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

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

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

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

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