#cec575

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

Shades of Winter Hazel #CEC575

Tints of Winter Hazel #CEC575

Color information

#CEC575 (or 0xCEC575) is unknown color: approx Winter Hazel. HEX triplet: CE, C5 and 75. RGB value is (206,197,117). Sum of RGB (Red+Green+Blue) = 206+197+117=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC575 is #313A8A. Grayscale: #BEBEBE. Windows color (decimal): -3226251 or 7718350. OLE color: 7718350.

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

Color convert

RGB206197117-
CMYK00.040.430.19
HSL53.93º47.59%63.33%-
HSV(B)53.93º43.2%80.78%-
XYZ48.6354.3424.75-
YUV190.5786.48139-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.62%
GREEN value IS 197 (77.34% from 255) = 37.88%
BLUE value IS 117 (46.09% from 255) = 22.5%
R=39.62%
G=37.88%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619711700.040.430.1953.9347.5963.33
HexCEC575042B1336303f
Octal316305165045323666077
Binary11001110110001011110101010010101110011110110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cec575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cec575; }

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

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

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

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

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

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

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

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