#C5BB94

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

Shades of Sisal #C5BB94

Tints of Sisal #C5BB94

Color information

#C5BB94 (or 0xC5BB94) is unknown color: approx Sisal. HEX triplet: C5, BB and 94. RGB value is (197,187,148). Sum of RGB (Red+Green+Blue) = 197+187+148=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BB94 is #3A446B. Grayscale: #B9B9B9. Windows color (decimal): -3818604 or 9747397. OLE color: 9747397.

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

Color convert

RGB197187148-
CMYK00.050.250.23
HSL47.76º29.7%67.65%-
HSV(B)47.76º24.87%77.25%-
XYZ46.1449.5535.15-
YUV185.54106.81136.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.03%
GREEN value IS 187 (73.44% from 255) = 35.15%
BLUE value IS 148 (58.20% from 255) = 27.82%
R=37.03%
G=35.15%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718714800.050.250.2347.7629.767.65
HexC5BB94051917301e44
Octal3052732240531276036104
Binary11000101101110111001010001011100110111110000111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BB94; }

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

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

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

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

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

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

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

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