#C5BB95

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

Shades of Sisal #C5BB95

Tints of Sisal #C5BB95

Color information

#C5BB95 (or 0xC5BB95) is unknown color: approx Sisal. HEX triplet: C5, BB and 95. RGB value is (197,187,149). Sum of RGB (Red+Green+Blue) = 197+187+149=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 187 (73.44% from 255 or 35.08% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BB95 is #3A446A. Grayscale: #B9B9B9. Windows color (decimal): -3818603 or 9812933. OLE color: 9812933.

HSL color Cylindrical-coordinate representation of color #C5BB95: hue angle of 47.5º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C5BB95 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB197187149-
CMYK00.050.240.23
HSL47.5º29.27%67.84%-
HSV(B)47.5º24.37%77.25%-
XYZ46.2249.5835.57-
YUV185.66107.31136.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.96%
GREEN value IS 187 (73.44% from 255) = 35.08%
BLUE value IS 149 (58.59% from 255) = 27.95%
R=36.96%
G=35.08%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718714900.050.240.2347.529.2767.84
HexC5BB95051817301d44
Octal3052732250530276035104
Binary11000101101110111001010101011100010111110000111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BB95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BB95; }

 p { color: rgb(197,187,149); }

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

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

 a { background-color: rgb(197,187,149); }

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

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

 span { border-color: rgb(197,187,149); }

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