#CEC988

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

Shades of Winter Hazel #CEC988

Tints of Winter Hazel #CEC988

Color information

#CEC988 (or 0xCEC988) is unknown color: approx Winter Hazel. HEX triplet: CE, C9 and 88. RGB value is (206,201,136). Sum of RGB (Red+Green+Blue) = 206+201+136=543 (71% of max value = 765). Red value is 206 (80.86% from 255 or 37.94% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 136 (53.52% from 255 or 25.05% from 543); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC988 is #313677. Grayscale: #C3C3C3. Windows color (decimal): -3225208 or 8964558. OLE color: 8964558.

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

Color convert

RGB206201136-
CMYK00.020.340.19
HSL55.71º41.67%67.06%-
HSV(B)55.71º33.98%80.78%-
XYZ50.7856.6731.55-
YUV195.0894.66135.79-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.94%
GREEN value IS 201 (78.91% from 255) = 37.02%
BLUE value IS 136 (53.52% from 255) = 25.05%
R=37.94%
G=37.02%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20620113600.020.340.1955.7141.6767.06
HexCEC988022213382a43
Octal3163112100242237052103
Binary110011101100100110001000010100010100111110001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEC988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEC988; }

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

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

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

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

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

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

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

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