#CEC678

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

Shades of Winter Hazel #CEC678

Tints of Winter Hazel #CEC678

Color information

#CEC678 (or 0xCEC678) is unknown color: approx Winter Hazel. HEX triplet: CE, C6 and 78. RGB value is (206,198,120). Sum of RGB (Red+Green+Blue) = 206+198+120=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 198 (77.73% from 255 or 37.79% from 524); Blue value is 120 (47.27% from 255 or 22.90% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEC678 is #313987. Grayscale: #BFBFBF. Windows color (decimal): -3225992 or 7915214. OLE color: 7915214.

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

Color convert

RGB206198120-
CMYK00.040.420.19
HSL54.42º46.74%63.92%-
HSV(B)54.42º41.75%80.78%-
XYZ49.0454.8725.77-
YUV191.587.65138.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.31%
GREEN value IS 198 (77.73% from 255) = 37.79%
BLUE value IS 120 (47.27% from 255) = 22.90%
R=39.31%
G=37.79%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619812000.040.420.1954.4246.7463.92
HexCEC678042A13362f40
Octal3163061700452236657100
Binary110011101100011011110000100101010100111101101011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC678; }

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

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

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

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

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

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

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

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