#CEBD84

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

Shades of Winter Hazel #CEBD84

Tints of Winter Hazel #CEBD84

Color information

#CEBD84 (or 0xCEBD84) is unknown color: approx Winter Hazel. HEX triplet: CE, BD and 84. RGB value is (206,189,132). Sum of RGB (Red+Green+Blue) = 206+189+132=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 132 (51.95% from 255 or 25.05% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBD84 is #31427B. Grayscale: #BBBBBB. Windows color (decimal): -3228284 or 8699342. OLE color: 8699342.

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

Color convert

RGB206189132-
CMYK00.080.360.19
HSL46.22º43.02%66.27%-
HSV(B)46.22º35.92%80.78%-
XYZ47.8251.1829.19-
YUV187.5896.63141.13-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.09%
GREEN value IS 189 (74.22% from 255) = 35.86%
BLUE value IS 132 (51.95% from 255) = 25.05%
R=39.09%
G=35.86%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618913200.080.360.1946.2243.0266.27
HexCEBD840824132e2b42
Octal31627520401044235653102
Binary11001110101111011000010001000100100100111011101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBD84; }

 p { color: rgb(206,189,132); }

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

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

 a { background-color: rgb(206,189,132); }

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

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

 span { border-color: rgb(206,189,132); }

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