Shades of Sisal #C9BDA5
Tints of Sisal #C9BDA5
RGB
CMYK
RGB Variations
Color information
#C9BDA5 (or 0xC9BDA5) is known color: Sisal. HEX triplet: C9, BD and A5. RGB value is (201,189,165). Sum of RGB (Red+Green+Blue) = 201+189+165=555 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.22% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 165 (64.84% from 255 or 29.73% from 555); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BDA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9BDA5 is #36425A. Grayscale: #BDBDBD. Windows color (decimal): -3555931 or 10862025. OLE color: 10862025.
HSL color Cylindrical-coordinate representation of color #C9BDA5: hue angle of 40º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9BDA5 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 189 | 165 | - |
| CMYK | 0 | 0.06 | 0.18 | 0.21 |
| HSL | 40º | 0.25% | 0.72% | - |
| HSV(B) | 40º | 0.18% | 0.79% | - |
| XYZ | 49.08 | 51.53 | 42.96 | - |
| YUV | 189.85 | 113.98 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 189 | 165 | 0 | 0.06 | 0.18 | 0.21 | 40 | 0.25 | 0.72 |
| Hex | C9 | BD | A5 | 0 | 6 | 12 | 15 | 28 | 19 | 48 |
| Octal | 311 | 275 | 245 | 0 | 6 | 22 | 25 | 50 | 31 | 110 |
| Binary | 11001001 | 10111101 | 10100101 | 0 | 110 | 10010 | 10101 | 101000 | 11001 | 1001000 |
Color Harmonies of #C9BDA5
Complementary color
Monochromatic Colors of #C9BDA5
Black with #C9BDA5
Text Example
Text Example
White with #C9BDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BDA5; }
p { color: rgb(201,189,165); }
H1.HeaderClassName
{
color: #C9BDA5;
}
.AnyTagClassName
{
color: #C9BDA5;
}
</style>
background-color css
<style>
a { background-color: #C9BDA5; }
a { background-color: rgb(201,189,165); }
div.DivClassName
{
background-color: #C9BDA5;
}
.BgClassName
{
background-color: #C9BDA5;
}
</style>
border-color css
<style>
span { border-color: #C9BDA5; }
span { border-color: rgb(201,189,165); }
td.TdClassName
{
border-color: #C9BDA5;
}
.TagClassName
{
border-color: #C9BDA5;
}
</style>