Shades of Sisal #C3BAA2
Tints of Sisal #C3BAA2
RGB
CMYK
RGB Variations
Color information
#C3BAA2 (or 0xC3BAA2) is known color: Sisal. HEX triplet: C3, BA and A2. RGB value is (195,186,162). Sum of RGB (Red+Green+Blue) = 195+186+162=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 162 (63.67% from 255 or 29.83% from 543); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BAA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BAA2 is #3C455D. Grayscale: #BABABA. Windows color (decimal): -3949918 or 10664643. OLE color: 10664643.
HSL color Cylindrical-coordinate representation of color #C3BAA2: hue angle of 43.64º degrees, saturation: 0.22, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3BAA2 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 186 | 162 | - |
CMYK | 0 | 0.05 | 0.17 | 0.24 |
HSL | 43.64º | 0.22% | 0.7% | - |
HSV(B) | 43.64º | 0.17% | 0.76% | - |
XYZ | 46.59 | 49.33 | 41.25 | - |
YUV | 185.96 | 114.48 | 134.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 186 | 162 | 0 | 0.05 | 0.17 | 0.24 | 43.64 | 0.22 | 0.7 |
Hex | C3 | BA | A2 | 0 | 5 | 11 | 18 | 2C | 16 | 46 |
Octal | 303 | 272 | 242 | 0 | 5 | 21 | 30 | 54 | 26 | 106 |
Binary | 11000011 | 10111010 | 10100010 | 0 | 101 | 10001 | 11000 | 101100 | 10110 | 1000110 |
Color Harmonies of #C3BAA2
Complementary color
Monochromatic Colors of #C3BAA2
Black with #C3BAA2
Text Example
Text Example
White with #C3BAA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BAA2; }
p { color: rgb(195,186,162); }
H1.HeaderClassName
{
color: #C3BAA2;
}
.AnyTagClassName
{
color: #C3BAA2;
}
</style>
background-color css
<style>
a { background-color: #C3BAA2; }
a { background-color: rgb(195,186,162); }
div.DivClassName
{
background-color: #C3BAA2;
}
.BgClassName
{
background-color: #C3BAA2;
}
</style>
border-color css
<style>
span { border-color: #C3BAA2; }
span { border-color: rgb(195,186,162); }
td.TdClassName
{
border-color: #C3BAA2;
}
.TagClassName
{
border-color: #C3BAA2;
}
</style>