Shades of Sisal #C3BCA8
Tints of Sisal #C3BCA8
RGB
CMYK
RGB Variations
Color information
#C3BCA8 (or 0xC3BCA8) is known color: Sisal. HEX triplet: C3, BC and A8. RGB value is (195,188,168). Sum of RGB (Red+Green+Blue) = 195+188+168=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 188 (73.83% from 255 or 34.12% from 551); Blue value is 168 (66.02% from 255 or 30.49% from 551); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BCA8 is #3C4357. Grayscale: #BBBBBB. Windows color (decimal): -3949400 or 11058371. OLE color: 11058371.
HSL color Cylindrical-coordinate representation of color #C3BCA8: hue angle of 44.44º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3BCA8 is Cyan = 0, Magento = 0.04, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
RGB | 195 | 188 | 168 | - |
CMYK | 0 | 0.04 | 0.14 | 0.24 |
HSL | 44.44º | 0.18% | 0.71% | - |
HSV(B) | 44.44º | 0.14% | 0.76% | - |
XYZ | 47.56 | 50.4 | 44.27 | - |
YUV | 187.81 | 116.82 | 133.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 195 | 188 | 168 | 0 | 0.04 | 0.14 | 0.24 | 44.44 | 0.18 | 0.71 |
Hex | C3 | BC | A8 | 0 | 4 | E | 18 | 2C | 12 | 47 |
Octal | 303 | 274 | 250 | 0 | 4 | 16 | 30 | 54 | 22 | 107 |
Binary | 11000011 | 10111100 | 10101000 | 0 | 100 | 1110 | 11000 | 101100 | 10010 | 1000111 |
Color Harmonies of #C3BCA8
Complementary color
Monochromatic Colors of #C3BCA8
Black with #C3BCA8
Text Example
Text Example
White with #C3BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BCA8; }
p { color: rgb(195,188,168); }
H1.HeaderClassName
{
color: #C3BCA8;
}
.AnyTagClassName
{
color: #C3BCA8;
}
</style>
background-color css
<style>
a { background-color: #C3BCA8; }
a { background-color: rgb(195,188,168); }
div.DivClassName
{
background-color: #C3BCA8;
}
.BgClassName
{
background-color: #C3BCA8;
}
</style>
border-color css
<style>
span { border-color: #C3BCA8; }
span { border-color: rgb(195,188,168); }
td.TdClassName
{
border-color: #C3BCA8;
}
.TagClassName
{
border-color: #C3BCA8;
}
</style>