#CEC08E

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

Shades of Winter Hazel #CEC08E

Tints of Winter Hazel #CEC08E

Color information

#CEC08E (or 0xCEC08E) is unknown color: approx Winter Hazel. HEX triplet: CE, C0 and 8E. RGB value is (206,192,142). Sum of RGB (Red+Green+Blue) = 206+192+142=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 142 (55.86% from 255 or 26.30% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC08E is #313F71. Grayscale: #BEBEBE. Windows color (decimal): -3227506 or 9355470. OLE color: 9355470.

HSL color Cylindrical-coordinate representation of color #CEC08E: hue angle of 46.88º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CEC08E is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB206192142-
CMYK00.070.310.19
HSL46.88º39.51%68.24%-
HSV(B)46.88º31.07%80.78%-
XYZ49.1952.7733.19-
YUV190.49100.64139.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.15%
GREEN value IS 192 (75.39% from 255) = 35.56%
BLUE value IS 142 (55.86% from 255) = 26.30%
R=38.15%
G=35.56%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619214200.070.310.1946.8839.5168.24
HexCEC08E071F132f2844
Octal3163002160737235750104
Binary110011101100000010001110011111111100111011111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC08E; }

 p { color: rgb(206,192,142); }

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

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

 a { background-color: rgb(206,192,142); }

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

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

 span { border-color: rgb(206,192,142); }

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