Shades of Tide #CAB8AB
Tints of Tide #CAB8AB
RGB
CMYK
RGB Variations
Color information
#CAB8AB (or 0xCAB8AB) is known color: Tide. HEX triplet: CA, B8 and AB. RGB value is (202,184,171). Sum of RGB (Red+Green+Blue) = 202+184+171=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 184 (72.27% from 255 or 33.03% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB8AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB8AB is #354754. Grayscale: #BBBBBB. Windows color (decimal): -3491669 or 11253962. OLE color: 11253962.
HSL color Cylindrical-coordinate representation of color #CAB8AB: hue angle of 25.16º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAB8AB is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 171 | - |
| CMYK | 0 | 0.09 | 0.15 | 0.21 |
| HSL | 25.16º | 0.23% | 0.73% | - |
| HSV(B) | 25.16º | 0.15% | 0.79% | - |
| XYZ | 48.85 | 49.78 | 45.56 | - |
| YUV | 187.9 | 118.46 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 171 | 0 | 0.09 | 0.15 | 0.21 | 25.16 | 0.23 | 0.73 |
| Hex | CA | B8 | AB | 0 | 9 | F | 15 | 19 | 17 | 49 |
| Octal | 312 | 270 | 253 | 0 | 11 | 17 | 25 | 31 | 27 | 111 |
| Binary | 11001010 | 10111000 | 10101011 | 0 | 1001 | 1111 | 10101 | 11001 | 10111 | 1001001 |
Color Harmonies of #CAB8AB
Complementary color
Monochromatic Colors of #CAB8AB
Black with #CAB8AB
Text Example
Text Example
White with #CAB8AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB8AB; }
p { color: rgb(202,184,171); }
H1.HeaderClassName
{
color: #CAB8AB;
}
.AnyTagClassName
{
color: #CAB8AB;
}
</style>
background-color css
<style>
a { background-color: #CAB8AB; }
a { background-color: rgb(202,184,171); }
div.DivClassName
{
background-color: #CAB8AB;
}
.BgClassName
{
background-color: #CAB8AB;
}
</style>
border-color css
<style>
span { border-color: #CAB8AB; }
span { border-color: rgb(202,184,171); }
td.TdClassName
{
border-color: #CAB8AB;
}
.TagClassName
{
border-color: #CAB8AB;
}
</style>