#CEC075

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

Shades of Winter Hazel #CEC075

Tints of Winter Hazel #CEC075

Color information

#CEC075 (or 0xCEC075) is unknown color: approx Winter Hazel. HEX triplet: CE, C0 and 75. RGB value is (206,192,117). Sum of RGB (Red+Green+Blue) = 206+192+117=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC075 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC075 is #313F8A. Grayscale: #BBBBBB. Windows color (decimal): -3227531 or 7717070. OLE color: 7717070.

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

Color convert

RGB206192117-
CMYK00.070.430.19
HSL50.56º47.59%63.33%-
HSV(B)50.56º43.2%80.78%-
XYZ47.5152.1124.38-
YUV187.6488.14141.1-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40%
GREEN value IS 192 (75.39% from 255) = 37.28%
BLUE value IS 117 (46.09% from 255) = 22.72%
R=40%
G=37.28%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619211700.070.430.1950.5647.5963.33
HexCEC075072B1333303f
Octal316300165075323636077
Binary11001110110000001110101011110101110011110011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC075; }

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

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

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

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

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

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

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

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