#CFC886

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

Shades of Winter Hazel #CFC886

Tints of Winter Hazel #CFC886

Color information

#CFC886 (or 0xCFC886) is unknown color: approx Winter Hazel. HEX triplet: CF, C8 and 86. RGB value is (207,200,134). Sum of RGB (Red+Green+Blue) = 207+200+134=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 200 (78.52% from 255 or 36.97% from 541); Blue value is 134 (52.73% from 255 or 24.77% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC886 is #303779. Grayscale: #C2C2C2. Windows color (decimal): -3159930 or 8833231. OLE color: 8833231.

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

Color convert

RGB207200134-
CMYK00.030.350.19
HSL54.25º43.2%66.86%-
HSV(B)54.25º35.27%81.18%-
XYZ50.6956.330.75-
YUV194.5793.82136.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.26%
GREEN value IS 200 (78.52% from 255) = 36.97%
BLUE value IS 134 (52.73% from 255) = 24.77%
R=38.26%
G=36.97%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720013400.030.350.1954.2543.266.86
HexCFC886032313362b43
Octal3173102060343236653103
Binary110011111100100010000110011100011100111101101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC886; }

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

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

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

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

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

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

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

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