#CEC186

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

Shades of Winter Hazel #CEC186

Tints of Winter Hazel #CEC186

Color information

#CEC186 (or 0xCEC186) is unknown color: approx Winter Hazel. HEX triplet: CE, C1 and 86. RGB value is (206,193,134). Sum of RGB (Red+Green+Blue) = 206+193+134=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC186 is #313E79. Grayscale: #BEBEBE. Windows color (decimal): -3227258 or 8831438. OLE color: 8831438.

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

Color convert

RGB206193134-
CMYK00.060.350.19
HSL49.17º42.35%66.67%-
HSV(B)49.17º34.95%80.78%-
XYZ48.8352.9830.21-
YUV190.1696.31139.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.65%
GREEN value IS 193 (75.78% from 255) = 36.21%
BLUE value IS 134 (52.73% from 255) = 25.14%
R=38.65%
G=36.21%
B=25.14%

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
Decimal20619313400.060.350.1949.1742.3566.67
HexCEC186062313312a43
Octal3163012060643236152103
Binary1100111011000001100001100110100011100111100011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC186; }

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

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

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

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

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

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

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

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