#C9CD84

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

Shades of Deco #C9CD84

Tints of Deco #C9CD84

Color information

#C9CD84 (or 0xC9CD84) is unknown color: approx Deco. HEX triplet: C9, CD and 84. RGB value is (201,205,132). Sum of RGB (Red+Green+Blue) = 201+205+132=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 132 (51.95% from 255 or 24.54% from 538); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CD84 is #36327B. Grayscale: #C3C3C3. Windows color (decimal): -3551868 or 8703433. OLE color: 8703433.

HSL color Cylindrical-coordinate representation of color #C9CD84: hue angle of 63.29º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C9CD84 is Cyan = 0.02, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB201205132-
CMYK0.0200.360.20
HSL63.29º42.2%66.08%-
HSV(B)63.29º35.61%80.39%-
XYZ50.0857.7530.34-
YUV195.4892.17131.94-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.36%
GREEN value IS 205 (80.47% from 255) = 38.10%
BLUE value IS 132 (51.95% from 255) = 24.54%
R=37.36%
G=38.10%
B=24.54%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2012051320.0200.360.2063.2942.266.08
HexC9CD842024143f2a42
Octal3113152042044247752102
Binary110010011100110110000100100100100101001111111010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CD84; }

 p { color: rgb(201,205,132); }

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

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

 a { background-color: rgb(201,205,132); }

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

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

 span { border-color: rgb(201,205,132); }

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