#CEBD96

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

Shades of Sisal #CEBD96

Tints of Sisal #CEBD96

Color information

#CEBD96 (or 0xCEBD96) is unknown color: approx Sisal. HEX triplet: CE, BD and 96. RGB value is (206,189,150). Sum of RGB (Red+Green+Blue) = 206+189+150=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 189 (74.22% from 255 or 34.68% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBD96 is #314269. Grayscale: #BDBDBD. Windows color (decimal): -3228266 or 9878990. OLE color: 9878990.

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

Color convert

RGB206189150-
CMYK00.080.270.19
HSL41.79º36.36%69.8%-
HSV(B)41.79º27.18%80.78%-
XYZ49.1651.7236.25-
YUV189.64105.63139.67-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.80%
GREEN value IS 189 (74.22% from 255) = 34.68%
BLUE value IS 150 (58.98% from 255) = 27.52%
R=37.80%
G=34.68%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618915000.080.270.1941.7936.3669.8
HexCEBD96081B132a2446
Octal31627522601033235244106
Binary1100111010111101100101100100011011100111010101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBD96; }

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

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

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

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

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

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

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

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