#CEBD88

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

Shades of Winter Hazel #CEBD88

Tints of Winter Hazel #CEBD88

Color information

#CEBD88 (or 0xCEBD88) is unknown color: approx Winter Hazel. HEX triplet: CE, BD and 88. RGB value is (206,189,136). Sum of RGB (Red+Green+Blue) = 206+189+136=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 136 (53.52% from 255 or 25.61% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBD88 is #314277. Grayscale: #BCBCBC. Windows color (decimal): -3228280 or 8961486. OLE color: 8961486.

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

Color convert

RGB206189136-
CMYK00.080.340.19
HSL45.43º41.67%67.06%-
HSV(B)45.43º33.98%80.78%-
XYZ48.151.2930.66-
YUV188.0498.63140.81-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.79%
GREEN value IS 189 (74.22% from 255) = 35.59%
BLUE value IS 136 (53.52% from 255) = 25.61%
R=38.79%
G=35.59%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618913600.080.340.1945.4341.6767.06
HexCEBD880822132d2a43
Octal31627521001042235552103
Binary11001110101111011000100001000100010100111011011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBD88; }

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

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

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

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

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

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

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

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