Shades of Sisal #CBBDA1
Tints of Sisal #CBBDA1
RGB
CMYK
RGB Variations
Color information
#CBBDA1 (or 0xCBBDA1) is known color: Sisal. HEX triplet: CB, BD and A1. RGB value is (203,189,161). Sum of RGB (Red+Green+Blue) = 203+189+161=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 161 (63.28% from 255 or 29.11% from 553); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBDA1 is #34425E. Grayscale: #BEBEBE. Windows color (decimal): -3424863 or 10599883. OLE color: 10599883.
HSL color Cylindrical-coordinate representation of color #CBBDA1: hue angle of 40º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBBDA1 is Cyan = 0, Magento = 0.07, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 161 | - |
| CMYK | 0 | 0.07 | 0.21 | 0.20 |
| HSL | 40º | 0.29% | 0.71% | - |
| HSV(B) | 40º | 0.21% | 0.8% | - |
| XYZ | 49.26 | 51.66 | 41.09 | - |
| YUV | 189.99 | 111.64 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 161 | 0 | 0.07 | 0.21 | 0.20 | 40 | 0.29 | 0.71 |
| Hex | CB | BD | A1 | 0 | 7 | 15 | 14 | 28 | 1D | 47 |
| Octal | 313 | 275 | 241 | 0 | 7 | 25 | 24 | 50 | 35 | 107 |
| Binary | 11001011 | 10111101 | 10100001 | 0 | 111 | 10101 | 10100 | 101000 | 11101 | 1000111 |
Color Harmonies of #CBBDA1
Complementary color
Monochromatic Colors of #CBBDA1
Black with #CBBDA1
Text Example
Text Example
White with #CBBDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBDA1; }
p { color: rgb(203,189,161); }
H1.HeaderClassName
{
color: #CBBDA1;
}
.AnyTagClassName
{
color: #CBBDA1;
}
</style>
background-color css
<style>
a { background-color: #CBBDA1; }
a { background-color: rgb(203,189,161); }
div.DivClassName
{
background-color: #CBBDA1;
}
.BgClassName
{
background-color: #CBBDA1;
}
</style>
border-color css
<style>
span { border-color: #CBBDA1; }
span { border-color: rgb(203,189,161); }
td.TdClassName
{
border-color: #CBBDA1;
}
.TagClassName
{
border-color: #CBBDA1;
}
</style>