#CFC990

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

Shades of Winter Hazel #CFC990

Tints of Winter Hazel #CFC990

Color information

#CFC990 (or 0xCFC990) is unknown color: approx Winter Hazel. HEX triplet: CF, C9 and 90. RGB value is (207,201,144). Sum of RGB (Red+Green+Blue) = 207+201+144=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 144 (56.64% from 255 or 26.09% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC990 is #30366F. Grayscale: #C4C4C4. Windows color (decimal): -3159664 or 9488847. OLE color: 9488847.

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

Color convert

RGB207201144-
CMYK00.030.300.19
HSL54.29º39.62%68.82%-
HSV(B)54.29º30.43%81.18%-
XYZ51.6557.0534.68-
YUV196.398.49135.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.5%
GREEN value IS 201 (78.91% from 255) = 36.41%
BLUE value IS 144 (56.64% from 255) = 26.09%
R=37.5%
G=36.41%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720114400.030.300.1954.2939.6268.82
HexCFC990031E13362845
Octal3173112200336236650105
Binary11001111110010011001000001111110100111101101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC990; }

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

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

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

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

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

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

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

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