#CFC286

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

Shades of Winter Hazel #CFC286

Tints of Winter Hazel #CFC286

Color information

#CFC286 (or 0xCFC286) is unknown color: approx Winter Hazel. HEX triplet: CF, C2 and 86. RGB value is (207,194,134). Sum of RGB (Red+Green+Blue) = 207+194+134=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 134 (52.73% from 255 or 25.05% from 535); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC286 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC286 is #303D79. Grayscale: #BFBFBF. Windows color (decimal): -3161466 or 8831695. OLE color: 8831695.

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

Color convert

RGB207194134-
CMYK00.060.350.19
HSL49.32º43.2%66.86%-
HSV(B)49.32º35.27%81.18%-
XYZ49.3353.5730.29-
YUV191.0595.81139.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.69%
GREEN value IS 194 (76.17% from 255) = 36.26%
BLUE value IS 134 (52.73% from 255) = 25.05%
R=38.69%
G=36.26%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719413400.060.350.1949.3243.266.86
HexCFC286062313312b43
Octal3173022060643236153103
Binary1100111111000010100001100110100011100111100011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC286; }

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

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

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

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

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

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

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

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