#C9CC7C

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

Shades of Deco #C9CC7C

Tints of Deco #C9CC7C

Color information

#C9CC7C (or 0xC9CC7C) is unknown color: approx Deco. HEX triplet: C9, CC and 7C. RGB value is (201,204,124). Sum of RGB (Red+Green+Blue) = 201+204+124=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 204 (80.08% from 255 or 38.56% from 529); Blue value is 124 (48.83% from 255 or 23.44% from 529); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9CC7C is #363383. Grayscale: #C2C2C2. Windows color (decimal): -3552132 or 8178889. OLE color: 8178889.

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

Color convert

RGB201204124-
CMYK0.0100.390.2
HSL62.25º43.96%64.31%-
HSV(B)62.25º39.22%80%-
XYZ49.3257.0627.48-
YUV193.9888.51133-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.00%
GREEN value IS 204 (80.08% from 255) = 38.56%
BLUE value IS 124 (48.83% from 255) = 23.44%
R=38.00%
G=38.56%
B=23.44%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2012041240.0100.390.262.2543.9664.31
HexC9CC7C1027143e2c40
Octal3113141741047247654100
Binary1100100111001100111110010100111101001111101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CC7C; }

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

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

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

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

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

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

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

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