Shades of Sisal #C5BDA2
Tints of Sisal #C5BDA2
RGB
CMYK
RGB Variations
Color information
#C5BDA2 (or 0xC5BDA2) is known color: Sisal. HEX triplet: C5, BD and A2. RGB value is (197,189,162). Sum of RGB (Red+Green+Blue) = 197+189+162=548 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.95% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 162 (63.67% from 255 or 29.56% from 548); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BDA2 is #3A425D. Grayscale: #BCBCBC. Windows color (decimal): -3818078 or 10665413. OLE color: 10665413.
HSL color Cylindrical-coordinate representation of color #C5BDA2: hue angle of 46.29º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5BDA2 is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 189 | 162 | - |
| CMYK | 0 | 0.04 | 0.18 | 0.23 |
| HSL | 46.29º | 0.23% | 0.7% | - |
| HSV(B) | 46.29º | 0.18% | 0.77% | - |
| XYZ | 47.75 | 50.87 | 41.49 | - |
| YUV | 188.31 | 113.15 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 189 | 162 | 0 | 0.04 | 0.18 | 0.23 | 46.29 | 0.23 | 0.7 |
| Hex | C5 | BD | A2 | 0 | 4 | 12 | 17 | 2E | 17 | 46 |
| Octal | 305 | 275 | 242 | 0 | 4 | 22 | 27 | 56 | 27 | 106 |
| Binary | 11000101 | 10111101 | 10100010 | 0 | 100 | 10010 | 10111 | 101110 | 10111 | 1000110 |
Color Harmonies of #C5BDA2
Complementary color
Monochromatic Colors of #C5BDA2
Black with #C5BDA2
Text Example
Text Example
White with #C5BDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BDA2; }
p { color: rgb(197,189,162); }
H1.HeaderClassName
{
color: #C5BDA2;
}
.AnyTagClassName
{
color: #C5BDA2;
}
</style>
background-color css
<style>
a { background-color: #C5BDA2; }
a { background-color: rgb(197,189,162); }
div.DivClassName
{
background-color: #C5BDA2;
}
.BgClassName
{
background-color: #C5BDA2;
}
</style>
border-color css
<style>
span { border-color: #C5BDA2; }
span { border-color: rgb(197,189,162); }
td.TdClassName
{
border-color: #C5BDA2;
}
.TagClassName
{
border-color: #C5BDA2;
}
</style>