#C1BA99

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

Shades of Sisal #C1BA99

Tints of Sisal #C1BA99

Color information

#C1BA99 (or 0xC1BA99) is unknown color: approx Sisal. HEX triplet: C1, BA and 99. RGB value is (193,186,153). Sum of RGB (Red+Green+Blue) = 193+186+153=532 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.28% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 153 (60.16% from 255 or 28.76% from 532); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BA99 is #3E4566. Grayscale: #B8B8B8. Windows color (decimal): -4080999 or 10074817. OLE color: 10074817.

HSL color Cylindrical-coordinate representation of color #C1BA99: hue angle of 49.5º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1BA99 is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB193186153-
CMYK00.040.210.24
HSL49.5º24.39%67.84%-
HSV(B)49.5º20.73%75.69%-
XYZ45.348.7637.16-
YUV184.33110.32134.18-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.28%
GREEN value IS 186 (73.05% from 255) = 34.96%
BLUE value IS 153 (60.16% from 255) = 28.76%
R=36.28%
G=34.96%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318615300.040.210.2449.524.3967.84
HexC1BA99041518321844
Octal3012722310425306230104
Binary11000001101110101001100101001010111000110010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BA99; }

 p { color: rgb(193,186,153); }

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

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

 a { background-color: rgb(193,186,153); }

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

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

 span { border-color: rgb(193,186,153); }

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