#C5BAA0

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

Shades of Sisal #C5BAA0

Tints of Sisal #C5BAA0

Color information

#C5BAA0 (or 0xC5BAA0) is unknown color: approx Sisal. HEX triplet: C5, BA and A0. RGB value is (197,186,160). Sum of RGB (Red+Green+Blue) = 197+186+160=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 160 (62.89% from 255 or 29.47% from 543); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BAA0 is #3A455F. Grayscale: #BABABA. Windows color (decimal): -3818848 or 10533573. OLE color: 10533573.

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

Color convert

RGB197186160-
CMYK00.060.190.23
HSL42.16º24.18%70%-
HSV(B)42.16º18.78%77.25%-
XYZ46.9349.5340.34-
YUV186.32113.14135.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.28%
GREEN value IS 186 (73.05% from 255) = 34.25%
BLUE value IS 160 (62.89% from 255) = 29.47%
R=36.28%
G=34.25%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718616000.060.190.2342.1624.1870
HexC5BAA00613172a1846
Octal3052722400623275230106
Binary11000101101110101010000001101001110111101010110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BAA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BAA0; }

 p { color: rgb(197,186,160); }

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

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

 a { background-color: rgb(197,186,160); }

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

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

 span { border-color: rgb(197,186,160); }

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