#CEC574

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

Shades of Winter Hazel #CEC574

Tints of Winter Hazel #CEC574

Color information

#CEC574 (or 0xCEC574) is unknown color: approx Winter Hazel. HEX triplet: CE, C5 and 74. RGB value is (206,197,116). Sum of RGB (Red+Green+Blue) = 206+197+116=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 116 (45.70% from 255 or 22.35% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC574 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC574 is #313A8B. Grayscale: #BEBEBE. Windows color (decimal): -3226252 or 7652814. OLE color: 7652814.

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

Color convert

RGB206197116-
CMYK00.040.440.19
HSL54º47.87%63.14%-
HSV(B)54º43.69%80.78%-
XYZ48.5754.3224.45-
YUV190.4685.98139.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.69%
GREEN value IS 197 (77.34% from 255) = 37.96%
BLUE value IS 116 (45.70% from 255) = 22.35%
R=39.69%
G=37.96%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619711600.040.440.195447.8763.14
HexCEC574042C1336303f
Octal316305164045423666077
Binary11001110110001011110100010010110010011110110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC574; }

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

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

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

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

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

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

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

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