#CEC670

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

Shades of Winter Hazel #CEC670

Tints of Winter Hazel #CEC670

Color information

#CEC670 (or 0xCEC670) is unknown color: approx Winter Hazel. HEX triplet: CE, C6 and 70. RGB value is (206,198,112). Sum of RGB (Red+Green+Blue) = 206+198+112=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC670 is #31398F. Grayscale: #BEBEBE. Windows color (decimal): -3226000 or 7390926. OLE color: 7390926.

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

Color convert

RGB206198112-
CMYK00.040.460.19
HSL54.89º48.96%62.35%-
HSV(B)54.89º45.63%80.78%-
XYZ48.5754.6823.32-
YUV190.5983.65138.99-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.92%
GREEN value IS 198 (77.73% from 255) = 38.37%
BLUE value IS 112 (44.14% from 255) = 21.71%
R=39.92%
G=38.37%
B=21.71%

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
Decimal20619811200.040.460.1954.8948.9662.35
HexCEC670042E1337313e
Octal316306160045623676176
Binary11001110110001101110000010010111010011110111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC670; }

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

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

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

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

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

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

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

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