#C9CF83

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

Shades of Deco #C9CF83

Tints of Deco #C9CF83

Color information

#C9CF83 (or 0xC9CF83) is unknown color: approx Deco. HEX triplet: C9, CF and 83. RGB value is (201,207,131). Sum of RGB (Red+Green+Blue) = 201+207+131=539 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.29% from 539); Green value is 207 (81.25% from 255 or 38.40% from 539); Blue value is 131 (51.56% from 255 or 24.30% from 539); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CF83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CF83 is #36307C. Grayscale: #C4C4C4. Windows color (decimal): -3551357 or 8638409. OLE color: 8638409.

HSL color Cylindrical-coordinate representation of color #C9CF83: hue angle of 64.74º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C9CF83 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB201207131-
CMYK0.0300.370.19
HSL64.74º44.19%66.27%-
HSV(B)64.74º36.71%81.18%-
XYZ50.558.6830.14-
YUV196.5491.01131.18-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.29%
GREEN value IS 207 (81.25% from 255) = 38.40%
BLUE value IS 131 (51.56% from 255) = 24.30%
R=37.29%
G=38.40%
B=24.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2012071310.0300.370.1964.7444.1966.27
HexC9CF83302513412c42
Octal31131720330452310154102
Binary1100100111001111100000111101001011001110000011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CF83; }

 p { color: rgb(201,207,131); }

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

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

 a { background-color: rgb(201,207,131); }

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

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

 span { border-color: rgb(201,207,131); }

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