Shades of Maverick #CAB1BB
Tints of Maverick #CAB1BB
RGB
CMYK
RGB Variations
Color information
#CAB1BB (or 0xCAB1BB) is known color: Maverick. HEX triplet: CA, B1 and BB. RGB value is (202,177,187). Sum of RGB (Red+Green+Blue) = 202+177+187=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB1BB is #354E44. Grayscale: #B9B9B9. Windows color (decimal): -3493445 or 12300746. OLE color: 12300746.
HSL color Cylindrical-coordinate representation of color #CAB1BB: hue angle of 336º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAB1BB is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 187 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.21 |
| HSL | 336º | 0.19% | 0.74% | - |
| HSV(B) | 336º | 0.12% | 0.79% | - |
| XYZ | 49.05 | 47.59 | 53.61 | - |
| YUV | 185.62 | 128.78 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 187 | 0 | 0.12 | 0.07 | 0.21 | 336 | 0.19 | 0.74 |
| Hex | CA | B1 | BB | 0 | C | 7 | 15 | 150 | 13 | 4A |
| Octal | 312 | 261 | 273 | 0 | 14 | 7 | 25 | 520 | 23 | 112 |
| Binary | 11001010 | 10110001 | 10111011 | 0 | 1100 | 111 | 10101 | 101010000 | 10011 | 1001010 |
Color Harmonies of #CAB1BB
Complementary color
Monochromatic Colors of #CAB1BB
Black with #CAB1BB
Text Example
Text Example
White with #CAB1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB1BB; }
p { color: rgb(202,177,187); }
H1.HeaderClassName
{
color: #CAB1BB;
}
.AnyTagClassName
{
color: #CAB1BB;
}
</style>
background-color css
<style>
a { background-color: #CAB1BB; }
a { background-color: rgb(202,177,187); }
div.DivClassName
{
background-color: #CAB1BB;
}
.BgClassName
{
background-color: #CAB1BB;
}
</style>
border-color css
<style>
span { border-color: #CAB1BB; }
span { border-color: rgb(202,177,187); }
td.TdClassName
{
border-color: #CAB1BB;
}
.TagClassName
{
border-color: #CAB1BB;
}
</style>