#CEC570

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

Shades of Winter Hazel #CEC570

Tints of Winter Hazel #CEC570

Color information

#CEC570 (or 0xCEC570) is unknown color: approx Winter Hazel. HEX triplet: CE, C5 and 70. RGB value is (206,197,112). Sum of RGB (Red+Green+Blue) = 206+197+112=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC570 is #313A8F. Grayscale: #BEBEBE. Windows color (decimal): -3226256 or 7390670. OLE color: 7390670.

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

Color convert

RGB206197112-
CMYK00.040.460.19
HSL54.26º48.96%62.35%-
HSV(B)54.26º45.63%80.78%-
XYZ48.3454.2223.25-
YUV19083.98139.41-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40%
GREEN value IS 197 (77.34% from 255) = 38.25%
BLUE value IS 112 (44.14% from 255) = 21.75%
R=40%
G=38.25%
B=21.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619711200.040.460.1954.2648.9662.35
HexCEC570042E1336313e
Octal316305160045623666176
Binary11001110110001011110000010010111010011110110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC570; }

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

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

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

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

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

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

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

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