#C5BC9F

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

Shades of Sisal #C5BC9F

Tints of Sisal #C5BC9F

Color information

#C5BC9F (or 0xC5BC9F) is unknown color: approx Sisal. HEX triplet: C5, BC and 9F. RGB value is (197,188,159). Sum of RGB (Red+Green+Blue) = 197+188+159=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 188 (73.83% from 255 or 34.56% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BC9F is #3A4360. Grayscale: #BBBBBB. Windows color (decimal): -3818337 or 10468549. OLE color: 10468549.

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

Color convert

RGB197188159-
CMYK00.050.190.23
HSL45.79º24.68%69.8%-
HSV(B)45.79º19.29%77.25%-
XYZ47.2750.3440.03-
YUV187.38111.98134.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.21%
GREEN value IS 188 (73.83% from 255) = 34.56%
BLUE value IS 159 (62.5% from 255) = 29.23%
R=36.21%
G=34.56%
B=29.23%

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
Decimal19718815900.050.190.2345.7924.6869.8
HexC5BC9F0513172e1946
Octal3052742370523275631106
Binary11000101101111001001111101011001110111101110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BC9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BC9F; }

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

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

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

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

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

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

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

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