#CEC08F

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

Shades of Winter Hazel #CEC08F

Tints of Winter Hazel #CEC08F

Color information

#CEC08F (or 0xCEC08F) is unknown color: approx Winter Hazel. HEX triplet: CE, C0 and 8F. RGB value is (206,192,143). Sum of RGB (Red+Green+Blue) = 206+192+143=541 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.08% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 143 (56.25% from 255 or 26.43% from 541); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC08F is #313F70. Grayscale: #BEBEBE. Windows color (decimal): -3227505 or 9421006. OLE color: 9421006.

HSL color Cylindrical-coordinate representation of color #CEC08F: hue angle of 46.67º degrees, saturation: 0.39, 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 #CEC08F is Cyan = 0, Magento = 0.07, Yellow = 0.31 and Black (K on CMYK) = 0.19.

Color convert

RGB206192143-
CMYK00.070.310.19
HSL46.67º39.13%68.43%-
HSV(B)46.67º30.58%80.78%-
XYZ49.2652.833.58-
YUV190.6101.14138.98-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.08%
GREEN value IS 192 (75.39% from 255) = 35.49%
BLUE value IS 143 (56.25% from 255) = 26.43%
R=38.08%
G=35.49%
B=26.43%

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
Decimal20619214300.070.310.1946.6739.1368.43
HexCEC08F071F132f2744
Octal3163002170737235747104
Binary110011101100000010001111011111111100111011111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC08F; }

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

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

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

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

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

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

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

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