Shades of Sisal #C6BDA8
Tints of Sisal #C6BDA8
RGB
CMYK
RGB Variations
Color information
#C6BDA8 (or 0xC6BDA8) is known color: Sisal. HEX triplet: C6, BD and A8. RGB value is (198,189,168). Sum of RGB (Red+Green+Blue) = 198+189+168=555 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.68% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 168 (66.02% from 255 or 30.27% from 555); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BDA8 is #394257. Grayscale: #BDBDBD. Windows color (decimal): -3752536 or 11058630. OLE color: 11058630.
HSL color Cylindrical-coordinate representation of color #C6BDA8: hue angle of 42º degrees, saturation: 0.21, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C6BDA8 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 189 | 168 | - |
| CMYK | 0 | 0.05 | 0.15 | 0.22 |
| HSL | 42º | 0.21% | 0.72% | - |
| HSV(B) | 42º | 0.15% | 0.78% | - |
| XYZ | 48.55 | 51.23 | 44.37 | - |
| YUV | 189.3 | 115.98 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 189 | 168 | 0 | 0.05 | 0.15 | 0.22 | 42 | 0.21 | 0.72 |
| Hex | C6 | BD | A8 | 0 | 5 | F | 16 | 2A | 15 | 48 |
| Octal | 306 | 275 | 250 | 0 | 5 | 17 | 26 | 52 | 25 | 110 |
| Binary | 11000110 | 10111101 | 10101000 | 0 | 101 | 1111 | 10110 | 101010 | 10101 | 1001000 |
Color Harmonies of #C6BDA8
Complementary color
Monochromatic Colors of #C6BDA8
Black with #C6BDA8
Text Example
Text Example
White with #C6BDA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BDA8; }
p { color: rgb(198,189,168); }
H1.HeaderClassName
{
color: #C6BDA8;
}
.AnyTagClassName
{
color: #C6BDA8;
}
</style>
background-color css
<style>
a { background-color: #C6BDA8; }
a { background-color: rgb(198,189,168); }
div.DivClassName
{
background-color: #C6BDA8;
}
.BgClassName
{
background-color: #C6BDA8;
}
</style>
border-color css
<style>
span { border-color: #C6BDA8; }
span { border-color: rgb(198,189,168); }
td.TdClassName
{
border-color: #C6BDA8;
}
.TagClassName
{
border-color: #C6BDA8;
}
</style>