Shades of Sisal #CABEA2
Tints of Sisal #CABEA2
RGB
CMYK
RGB Variations
Color information
#CABEA2 (or 0xCABEA2) is known color: Sisal. HEX triplet: CA, BE and A2. RGB value is (202,190,162). Sum of RGB (Red+Green+Blue) = 202+190+162=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 190 (74.61% from 255 or 34.30% from 554); Blue value is 162 (63.67% from 255 or 29.24% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CABEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABEA2 is #35415D. Grayscale: #BEBEBE. Windows color (decimal): -3490142 or 10665674. OLE color: 10665674.
HSL color Cylindrical-coordinate representation of color #CABEA2: hue angle of 42º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CABEA2 is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 190 | 162 | - |
| CMYK | 0 | 0.06 | 0.20 | 0.21 |
| HSL | 42º | 0.27% | 0.71% | - |
| HSV(B) | 42º | 0.2% | 0.79% | - |
| XYZ | 49.29 | 51.99 | 41.62 | - |
| YUV | 190.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 190 | 162 | 0 | 0.06 | 0.20 | 0.21 | 42 | 0.27 | 0.71 |
| Hex | CA | BE | A2 | 0 | 6 | 14 | 15 | 2A | 1B | 47 |
| Octal | 312 | 276 | 242 | 0 | 6 | 24 | 25 | 52 | 33 | 107 |
| Binary | 11001010 | 10111110 | 10100010 | 0 | 110 | 10100 | 10101 | 101010 | 11011 | 1000111 |
Color Harmonies of #CABEA2
Complementary color
Monochromatic Colors of #CABEA2
Black with #CABEA2
Text Example
Text Example
White with #CABEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CABEA2; }
p { color: rgb(202,190,162); }
H1.HeaderClassName
{
color: #CABEA2;
}
.AnyTagClassName
{
color: #CABEA2;
}
</style>
background-color css
<style>
a { background-color: #CABEA2; }
a { background-color: rgb(202,190,162); }
div.DivClassName
{
background-color: #CABEA2;
}
.BgClassName
{
background-color: #CABEA2;
}
</style>
border-color css
<style>
span { border-color: #CABEA2; }
span { border-color: rgb(202,190,162); }
td.TdClassName
{
border-color: #CABEA2;
}
.TagClassName
{
border-color: #CABEA2;
}
</style>