#CEBD8F

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

Shades of Winter Hazel #CEBD8F

Tints of Winter Hazel #CEBD8F

Color information

#CEBD8F (or 0xCEBD8F) is unknown color: approx Winter Hazel. HEX triplet: CE, BD and 8F. RGB value is (206,189,143). Sum of RGB (Red+Green+Blue) = 206+189+143=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 189 (74.22% from 255 or 35.13% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBD8F is #314270. Grayscale: #BDBDBD. Windows color (decimal): -3228273 or 9420238. OLE color: 9420238.

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

Color convert

RGB206189143-
CMYK00.080.310.19
HSL43.81º39.13%68.43%-
HSV(B)43.81º30.58%80.78%-
XYZ48.6151.533.37-
YUV188.84102.13140.24-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.29%
GREEN value IS 189 (74.22% from 255) = 35.13%
BLUE value IS 143 (56.25% from 255) = 26.58%
R=38.29%
G=35.13%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618914300.080.310.1943.8139.1368.43
HexCEBD8F081F132c2744
Octal31627521701037235447104
Binary1100111010111101100011110100011111100111011001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBD8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBD8F; }

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

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

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

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

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

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

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

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