#CFC786

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

Shades of Winter Hazel #CFC786

Tints of Winter Hazel #CFC786

Color information

#CFC786 (or 0xCFC786) is unknown color: approx Winter Hazel. HEX triplet: CF, C7 and 86. RGB value is (207,199,134). Sum of RGB (Red+Green+Blue) = 207+199+134=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 199 (78.12% from 255 or 36.85% from 540); Blue value is 134 (52.73% from 255 or 24.81% from 540); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC786 is #303879. Grayscale: #C2C2C2. Windows color (decimal): -3160186 or 8832975. OLE color: 8832975.

HSL color Cylindrical-coordinate representation of color #CFC786: hue angle of 53.42º 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 #CFC786 is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB207199134-
CMYK00.040.350.19
HSL53.42º43.2%66.86%-
HSV(B)53.42º35.27%81.18%-
XYZ50.4655.8330.67-
YUV193.9894.15137.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.33%
GREEN value IS 199 (78.12% from 255) = 36.85%
BLUE value IS 134 (52.73% from 255) = 24.81%
R=38.33%
G=36.85%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719913400.040.350.1953.4243.266.86
HexCFC786042313352b43
Octal3173072060443236553103
Binary1100111111000111100001100100100011100111101011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC786; }

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

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

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

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

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

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

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

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