#C5BBA0

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

Shades of Sisal #C5BBA0

Tints of Sisal #C5BBA0

Color information

#C5BBA0 (or 0xC5BBA0) is unknown color: approx Sisal. HEX triplet: C5, BB and A0. RGB value is (197,187,160). Sum of RGB (Red+Green+Blue) = 197+187+160=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 160 (62.89% from 255 or 29.41% from 544); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BBA0 is #3A445F. Grayscale: #BBBBBB. Windows color (decimal): -3818592 or 10533829. OLE color: 10533829.

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

Color convert

RGB197187160-
CMYK00.050.190.23
HSL43.78º24.18%70%-
HSV(B)43.78º18.78%77.25%-
XYZ47.1449.9540.41-
YUV186.91112.81135.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.21%
GREEN value IS 187 (73.44% from 255) = 34.38%
BLUE value IS 160 (62.89% from 255) = 29.41%
R=36.21%
G=34.38%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718716000.050.190.2343.7824.1870
HexC5BBA00513172c1846
Octal3052732400523275430106
Binary11000101101110111010000001011001110111101100110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BBA0; }

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

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

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

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

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

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

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

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