#CEC785

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

Shades of Winter Hazel #CEC785

Tints of Winter Hazel #CEC785

Color information

#CEC785 (or 0xCEC785) is unknown color: approx Winter Hazel. HEX triplet: CE, C7 and 85. RGB value is (206,199,133). Sum of RGB (Red+Green+Blue) = 206+199+133=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 199 (78.12% from 255 or 36.99% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC785 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC785 is #31387A. Grayscale: #C1C1C1. Windows color (decimal): -3225723 or 8767438. OLE color: 8767438.

HSL color Cylindrical-coordinate representation of color #CEC785: hue angle of 54.25º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CEC785 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.19.

Color convert

RGB206199133-
CMYK00.030.350.19
HSL54.25º42.69%66.47%-
HSV(B)54.25º35.44%80.78%-
XYZ50.1155.6630.29-
YUV193.5793.82136.87-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.29%
GREEN value IS 199 (78.12% from 255) = 36.99%
BLUE value IS 133 (52.34% from 255) = 24.72%
R=38.29%
G=36.99%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619913300.030.350.1954.2542.6966.47
HexCEC785032313362b42
Octal3163072050343236653102
Binary110011101100011110000101011100011100111101101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC785; }

 p { color: rgb(206,199,133); }

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

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

 a { background-color: rgb(206,199,133); }

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

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

 span { border-color: rgb(206,199,133); }

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