#CEC286

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

Shades of Winter Hazel #CEC286

Tints of Winter Hazel #CEC286

Color information

#CEC286 (or 0xCEC286) is unknown color: approx Winter Hazel. HEX triplet: CE, C2 and 86. RGB value is (206,194,134). Sum of RGB (Red+Green+Blue) = 206+194+134=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 194 (76.17% from 255 or 36.33% from 534); Blue value is 134 (52.73% from 255 or 25.09% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC286 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC286 is #313D79. Grayscale: #BFBFBF. Windows color (decimal): -3227002 or 8831694. OLE color: 8831694.

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

Color convert

RGB206194134-
CMYK00.060.350.19
HSL50º42.35%66.67%-
HSV(B)50º34.95%80.78%-
XYZ49.0553.4330.28-
YUV190.7595.98138.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.58%
GREEN value IS 194 (76.17% from 255) = 36.33%
BLUE value IS 134 (52.73% from 255) = 25.09%
R=38.58%
G=36.33%
B=25.09%

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
Decimal20619413400.060.350.195042.3566.67
HexCEC286062313322a43
Octal3163022060643236252103
Binary1100111011000010100001100110100011100111100101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC286; }

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

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

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

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

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

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

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

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