#CEBD8C

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

Shades of Winter Hazel #CEBD8C

Tints of Winter Hazel #CEBD8C

Color information

#CEBD8C (or 0xCEBD8C) is unknown color: approx Winter Hazel. HEX triplet: CE, BD and 8C. RGB value is (206,189,140). Sum of RGB (Red+Green+Blue) = 206+189+140=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBD8C is #314273. Grayscale: #BCBCBC. Windows color (decimal): -3228276 or 9223630. OLE color: 9223630.

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

Color convert

RGB206189140-
CMYK00.080.320.19
HSL44.55º40.24%67.84%-
HSV(B)44.55º32.04%80.78%-
XYZ48.3851.4132.18-
YUV188.5100.63140.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.50%
GREEN value IS 189 (74.22% from 255) = 35.33%
BLUE value IS 140 (55.08% from 255) = 26.17%
R=38.50%
G=35.33%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618914000.080.320.1944.5540.2467.84
HexCEBD8C0820132d2844
Octal31627521401040235550104
Binary11001110101111011000110001000100000100111011011010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBD8C; }

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

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

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

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

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

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

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

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