#C1BA9A

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

Shades of Sisal #C1BA9A

Tints of Sisal #C1BA9A

Color information

#C1BA9A (or 0xC1BA9A) is unknown color: approx Sisal. HEX triplet: C1, BA and 9A. RGB value is (193,186,154). Sum of RGB (Red+Green+Blue) = 193+186+154=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 186 (73.05% from 255 or 34.90% from 533); Blue value is 154 (60.55% from 255 or 28.89% from 533); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BA9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BA9A is #3E4565. Grayscale: #B8B8B8. Windows color (decimal): -4080998 or 10140353. OLE color: 10140353.

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

Color convert

RGB193186154-
CMYK00.040.200.24
HSL49.23º23.93%68.04%-
HSV(B)49.23º20.21%75.69%-
XYZ45.3848.7937.6-
YUV184.44110.82134.1-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 36.21%
GREEN value IS 186 (73.05% from 255) = 34.90%
BLUE value IS 154 (60.55% from 255) = 28.89%
R=36.21%
G=34.90%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318615400.040.200.2449.2323.9368.04
HexC1BA9A041418311844
Octal3012722320424306130104
Binary11000001101110101001101001001010011000110001110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BA9A; }

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

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

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

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

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

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

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

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