#c5bca0

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

Shades of Sisal #C5BCA0

Tints of Sisal #C5BCA0

Color information

#C5BCA0 (or 0xC5BCA0) is unknown color: approx Sisal. HEX triplet: C5, BC and A0. RGB value is (197,188,160). Sum of RGB (Red+Green+Blue) = 197+188+160=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BCA0 is #3A435F. Grayscale: #BBBBBB. Windows color (decimal): -3818336 or 10534085. OLE color: 10534085.

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

Color convert

RGB197188160-
CMYK00.050.190.23
HSL45.41º24.18%70%-
HSV(B)45.41º18.78%77.25%-
XYZ47.3550.3740.49-
YUV187.5112.48134.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.15%
GREEN value IS 188 (73.83% from 255) = 34.50%
BLUE value IS 160 (62.89% from 255) = 29.36%
R=36.15%
G=34.50%
B=29.36%

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
Decimal19718816000.050.190.2345.4124.1870
HexC5BCA00513172d1846
Octal3052742400523275530106
Binary11000101101111001010000001011001110111101101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5bca0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5bca0; }

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

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

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

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

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

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

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

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