#CEC985

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

Shades of Winter Hazel #CEC985

Tints of Winter Hazel #CEC985

Color information

#CEC985 (or 0xCEC985) is unknown color: approx Winter Hazel. HEX triplet: CE, C9 and 85. RGB value is (206,201,133). Sum of RGB (Red+Green+Blue) = 206+201+133=540 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.15% from 540); Green value is 201 (78.91% from 255 or 37.22% from 540); Blue value is 133 (52.34% from 255 or 24.63% from 540); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC985 is #31367A. Grayscale: #C3C3C3. Windows color (decimal): -3225211 or 8767950. OLE color: 8767950.

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

Color convert

RGB206201133-
CMYK00.020.350.19
HSL55.89º42.69%66.47%-
HSV(B)55.89º35.44%80.78%-
XYZ50.5756.5930.45-
YUV194.7493.16136.03-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.15%
GREEN value IS 201 (78.91% from 255) = 37.22%
BLUE value IS 133 (52.34% from 255) = 24.63%
R=38.15%
G=37.22%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620113300.020.350.1955.8942.6966.47
HexCEC985022313382b42
Octal3163112050243237053102
Binary110011101100100110000101010100011100111110001010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC985; }

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

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

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

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

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

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

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

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