Shades of Sisal #CABD9F
Tints of Sisal #CABD9F
RGB
CMYK
RGB Variations
Color information
#CABD9F (or 0xCABD9F) is known color: Sisal. HEX triplet: CA, BD and 9F. RGB value is (202,189,159). Sum of RGB (Red+Green+Blue) = 202+189+159=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 189 (74.22% from 255 or 34.36% from 550); Blue value is 159 (62.5% from 255 or 28.91% from 550); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABD9F is #354260. Grayscale: #BDBDBD. Windows color (decimal): -3490401 or 10468810. OLE color: 10468810.
HSL color Cylindrical-coordinate representation of color #CABD9F: hue angle of 41.86º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CABD9F is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 189 | 159 | - |
CMYK | 0 | 0.06 | 0.21 | 0.21 |
HSL | 41.86º | 0.29% | 0.71% | - |
HSV(B) | 41.86º | 0.21% | 0.79% | - |
XYZ | 48.81 | 51.45 | 40.16 | - |
YUV | 189.47 | 110.81 | 136.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 189 | 159 | 0 | 0.06 | 0.21 | 0.21 | 41.86 | 0.29 | 0.71 |
Hex | CA | BD | 9F | 0 | 6 | 15 | 15 | 2A | 1D | 47 |
Octal | 312 | 275 | 237 | 0 | 6 | 25 | 25 | 52 | 35 | 107 |
Binary | 11001010 | 10111101 | 10011111 | 0 | 110 | 10101 | 10101 | 101010 | 11101 | 1000111 |
Color Harmonies of #CABD9F
Complementary color
Monochromatic Colors of #CABD9F
Black with #CABD9F
Text Example
Text Example
White with #CABD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABD9F; }
p { color: rgb(202,189,159); }
H1.HeaderClassName
{
color: #CABD9F;
}
.AnyTagClassName
{
color: #CABD9F;
}
</style>
background-color css
<style>
a { background-color: #CABD9F; }
a { background-color: rgb(202,189,159); }
div.DivClassName
{
background-color: #CABD9F;
}
.BgClassName
{
background-color: #CABD9F;
}
</style>
border-color css
<style>
span { border-color: #CABD9F; }
span { border-color: rgb(202,189,159); }
td.TdClassName
{
border-color: #CABD9F;
}
.TagClassName
{
border-color: #CABD9F;
}
</style>