#CEC474

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

Shades of Winter Hazel #CEC474

Tints of Winter Hazel #CEC474

Color information

#CEC474 (or 0xCEC474) is unknown color: approx Winter Hazel. HEX triplet: CE, C4 and 74. RGB value is (206,196,116). Sum of RGB (Red+Green+Blue) = 206+196+116=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 196 (76.95% from 255 or 37.84% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC474 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC474 is #313B8B. Grayscale: #BEBEBE. Windows color (decimal): -3226508 or 7652558. OLE color: 7652558.

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

Color convert

RGB206196116-
CMYK00.050.440.19
HSL53.33º47.87%63.14%-
HSV(B)53.33º43.69%80.78%-
XYZ48.3553.8624.37-
YUV189.8786.31139.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.77%
GREEN value IS 196 (76.95% from 255) = 37.84%
BLUE value IS 116 (45.70% from 255) = 22.39%
R=39.77%
G=37.84%
B=22.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619611600.050.440.1953.3347.8763.14
HexCEC474052C1335303f
Octal316304164055423656077
Binary11001110110001001110100010110110010011110101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC474; }

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

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

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

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

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

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

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

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