#CFC891

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

Shades of Winter Hazel #CFC891

Tints of Winter Hazel #CFC891

Color information

#CFC891 (or 0xCFC891) is unknown color: approx Winter Hazel. HEX triplet: CF, C8 and 91. RGB value is (207,200,145). Sum of RGB (Red+Green+Blue) = 207+200+145=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 200 (78.52% from 255 or 36.23% from 552); Blue value is 145 (57.03% from 255 or 26.27% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC891 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC891 is #30376E. Grayscale: #C4C4C4. Windows color (decimal): -3159919 or 9554127. OLE color: 9554127.

HSL color Cylindrical-coordinate representation of color #CFC891: hue angle of 53.23º degrees, saturation: 0.39, 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 #CFC891 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB207200145-
CMYK00.030.300.19
HSL53.23º39.24%69.02%-
HSV(B)53.23º29.95%81.18%-
XYZ51.556.6235-
YUV195.8299.32135.97-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.5%
GREEN value IS 200 (78.52% from 255) = 36.23%
BLUE value IS 145 (57.03% from 255) = 26.27%
R=37.5%
G=36.23%
B=26.27%

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
Decimal20720014500.030.300.1953.2339.2469.02
HexCFC891031E13352745
Octal3173102210336236547105
Binary11001111110010001001000101111110100111101011001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC891; }

 p { color: rgb(207,200,145); }

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

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

 a { background-color: rgb(207,200,145); }

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

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

 span { border-color: rgb(207,200,145); }

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