#C9CF8F

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

Shades of Deco #C9CF8F

Tints of Deco #C9CF8F

Color information

#C9CF8F (or 0xC9CF8F) is unknown color: approx Deco. HEX triplet: C9, CF and 8F. RGB value is (201,207,143). Sum of RGB (Red+Green+Blue) = 201+207+143=551 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.48% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 143 (56.25% from 255 or 25.95% from 551); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CF8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9CF8F is #363070. Grayscale: #C6C6C6. Windows color (decimal): -3551345 or 9424841. OLE color: 9424841.

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

Color convert

RGB201207143-
CMYK0.0300.310.19
HSL65.62º40%68.63%-
HSV(B)65.62º30.92%81.18%-
XYZ51.3659.0334.67-
YUV197.9197.01130.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.48%
GREEN value IS 207 (81.25% from 255) = 37.57%
BLUE value IS 143 (56.25% from 255) = 25.95%
R=36.48%
G=37.57%
B=25.95%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2012071430.0300.310.1965.624068.63
HexC9CF8F301F13422845
Octal31131721730372310250105
Binary110010011100111110001111110111111001110000101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CF8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CF8F; }

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

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

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

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

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

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

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

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