Shades of Sisal #C8BCA5
Tints of Sisal #C8BCA5
RGB
CMYK
RGB Variations
Color information
#C8BCA5 (or 0xC8BCA5) is known color: Sisal. HEX triplet: C8, BC and A5. RGB value is (200,188,165). Sum of RGB (Red+Green+Blue) = 200+188+165=553 (73% of max value = 765). Red value is 200 (78.52% from 255 or 36.17% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 165 (64.84% from 255 or 29.84% from 553); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8BCA5 is #37435A. Grayscale: #BDBDBD. Windows color (decimal): -3621723 or 10861768. OLE color: 10861768.
HSL color Cylindrical-coordinate representation of color #C8BCA5: hue angle of 39.43º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8BCA5 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 188 | 165 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.22 |
| HSL | 39.43º | 0.24% | 0.72% | - |
| HSV(B) | 39.43º | 0.18% | 0.78% | - |
| XYZ | 48.59 | 50.96 | 42.87 | - |
| YUV | 188.97 | 114.48 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 188 | 165 | 0 | 0.06 | 0.18 | 0.22 | 39.43 | 0.24 | 0.72 |
| Hex | C8 | BC | A5 | 0 | 6 | 12 | 16 | 27 | 18 | 48 |
| Octal | 310 | 274 | 245 | 0 | 6 | 22 | 26 | 47 | 30 | 110 |
| Binary | 11001000 | 10111100 | 10100101 | 0 | 110 | 10010 | 10110 | 100111 | 11000 | 1001000 |
Color Harmonies of #C8BCA5
Complementary color
Monochromatic Colors of #C8BCA5
Black with #C8BCA5
Text Example
Text Example
White with #C8BCA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BCA5; }
p { color: rgb(200,188,165); }
H1.HeaderClassName
{
color: #C8BCA5;
}
.AnyTagClassName
{
color: #C8BCA5;
}
</style>
background-color css
<style>
a { background-color: #C8BCA5; }
a { background-color: rgb(200,188,165); }
div.DivClassName
{
background-color: #C8BCA5;
}
.BgClassName
{
background-color: #C8BCA5;
}
</style>
border-color css
<style>
span { border-color: #C8BCA5; }
span { border-color: rgb(200,188,165); }
td.TdClassName
{
border-color: #C8BCA5;
}
.TagClassName
{
border-color: #C8BCA5;
}
</style>