#CFC486

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

Shades of Winter Hazel #CFC486

Tints of Winter Hazel #CFC486

Color information

#CFC486 (or 0xCFC486) is unknown color: approx Winter Hazel. HEX triplet: CF, C4 and 86. RGB value is (207,196,134). Sum of RGB (Red+Green+Blue) = 207+196+134=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 134 (52.73% from 255 or 24.95% from 537); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC486 is #303B79. Grayscale: #C0C0C0. Windows color (decimal): -3160954 or 8832207. OLE color: 8832207.

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

Color convert

RGB207196134-
CMYK00.050.350.19
HSL50.96º43.2%66.86%-
HSV(B)50.96º35.27%81.18%-
XYZ49.7854.4730.44-
YUV192.2295.14138.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.55%
GREEN value IS 196 (76.95% from 255) = 36.50%
BLUE value IS 134 (52.73% from 255) = 24.95%
R=38.55%
G=36.50%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719613400.050.350.1950.9643.266.86
HexCFC486052313332b43
Octal3173042060543236353103
Binary1100111111000100100001100101100011100111100111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC486; }

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

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

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

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

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

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

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

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