#CEBF96

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

Shades of Sisal #CEBF96

Tints of Sisal #CEBF96

Color information

#CEBF96 (or 0xCEBF96) is unknown color: approx Sisal. HEX triplet: CE, BF and 96. RGB value is (206,191,150). Sum of RGB (Red+Green+Blue) = 206+191+150=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBF96 is #314069. Grayscale: #BEBEBE. Windows color (decimal): -3227754 or 9879502. OLE color: 9879502.

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

Color convert

RGB206191150-
CMYK00.070.270.19
HSL43.93º36.36%69.8%-
HSV(B)43.93º27.18%80.78%-
XYZ49.5952.5936.39-
YUV190.81104.97138.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.66%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 150 (58.98% from 255) = 27.42%
R=37.66%
G=34.92%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619115000.070.270.1943.9336.3669.8
HexCEBF96071B132c2446
Octal3162772260733235444106
Binary110011101011111110010110011111011100111011001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBF96; }

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

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

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

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

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

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

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

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