#CEC08C

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

Shades of Winter Hazel #CEC08C

Tints of Winter Hazel #CEC08C

Color information

#CEC08C (or 0xCEC08C) is unknown color: approx Winter Hazel. HEX triplet: CE, C0 and 8C. RGB value is (206,192,140). Sum of RGB (Red+Green+Blue) = 206+192+140=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC08C is #313F73. Grayscale: #BEBEBE. Windows color (decimal): -3227508 or 9224398. OLE color: 9224398.

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

Color convert

RGB206192140-
CMYK00.070.320.19
HSL47.27º40.24%67.84%-
HSV(B)47.27º32.04%80.78%-
XYZ49.0452.7132.4-
YUV190.2699.64139.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.29%
GREEN value IS 192 (75.39% from 255) = 35.69%
BLUE value IS 140 (55.08% from 255) = 26.02%
R=38.29%
G=35.69%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619214000.070.320.1947.2740.2467.84
HexCEC08C0720132f2844
Octal3163002140740235750104
Binary1100111011000000100011000111100000100111011111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC08C; }

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

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

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

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

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

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

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

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