Shades of Sisal #C6BDA3
Tints of Sisal #C6BDA3
RGB
CMYK
RGB Variations
Color information
#C6BDA3 (or 0xC6BDA3) is known color: Sisal. HEX triplet: C6, BD and A3. RGB value is (198,189,163). Sum of RGB (Red+Green+Blue) = 198+189+163=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 163 (64.06% from 255 or 29.64% from 550); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BDA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6BDA3 is #39425C. Grayscale: #BCBCBC. Windows color (decimal): -3752541 or 10730950. OLE color: 10730950.
HSL color Cylindrical-coordinate representation of color #C6BDA3: hue angle of 44.57º degrees, saturation: 0.23, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C6BDA3 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 189 | 163 | - |
| CMYK | 0 | 0.05 | 0.18 | 0.22 |
| HSL | 44.57º | 0.23% | 0.71% | - |
| HSV(B) | 44.57º | 0.18% | 0.78% | - |
| XYZ | 48.1 | 51.05 | 41.97 | - |
| YUV | 188.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 189 | 163 | 0 | 0.05 | 0.18 | 0.22 | 44.57 | 0.23 | 0.71 |
| Hex | C6 | BD | A3 | 0 | 5 | 12 | 16 | 2D | 17 | 47 |
| Octal | 306 | 275 | 243 | 0 | 5 | 22 | 26 | 55 | 27 | 107 |
| Binary | 11000110 | 10111101 | 10100011 | 0 | 101 | 10010 | 10110 | 101101 | 10111 | 1000111 |
Color Harmonies of #C6BDA3
Complementary color
Monochromatic Colors of #C6BDA3
Black with #C6BDA3
Text Example
Text Example
White with #C6BDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6BDA3; }
p { color: rgb(198,189,163); }
H1.HeaderClassName
{
color: #C6BDA3;
}
.AnyTagClassName
{
color: #C6BDA3;
}
</style>
background-color css
<style>
a { background-color: #C6BDA3; }
a { background-color: rgb(198,189,163); }
div.DivClassName
{
background-color: #C6BDA3;
}
.BgClassName
{
background-color: #C6BDA3;
}
</style>
border-color css
<style>
span { border-color: #C6BDA3; }
span { border-color: rgb(198,189,163); }
td.TdClassName
{
border-color: #C6BDA3;
}
.TagClassName
{
border-color: #C6BDA3;
}
</style>