Shades of Maverick #CAB2BB
Tints of Maverick #CAB2BB
RGB
CMYK
RGB Variations
Color information
#CAB2BB (or 0xCAB2BB) is known color: Maverick. HEX triplet: CA, B2 and BB. RGB value is (202,178,187). Sum of RGB (Red+Green+Blue) = 202+178+187=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 178 (69.92% from 255 or 31.39% from 567); Blue value is 187 (73.44% from 255 or 32.98% from 567); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAB2BB is #354D44. Grayscale: #BABABA. Windows color (decimal): -3493189 or 12301002. OLE color: 12301002.
HSL color Cylindrical-coordinate representation of color #CAB2BB: hue angle of 337.5º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAB2BB is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 187 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.21 |
| HSL | 337.5º | 0.18% | 0.75% | - |
| HSV(B) | 337.5º | 0.12% | 0.79% | - |
| XYZ | 49.25 | 47.99 | 53.68 | - |
| YUV | 186.2 | 128.45 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 187 | 0 | 0.12 | 0.07 | 0.21 | 337.5 | 0.18 | 0.75 |
| Hex | CA | B2 | BB | 0 | C | 7 | 15 | 152 | 12 | 4B |
| Octal | 312 | 262 | 273 | 0 | 14 | 7 | 25 | 522 | 22 | 113 |
| Binary | 11001010 | 10110010 | 10111011 | 0 | 1100 | 111 | 10101 | 101010010 | 10010 | 1001011 |
Color Harmonies of #CAB2BB
Complementary color
Monochromatic Colors of #CAB2BB
Black with #CAB2BB
Text Example
Text Example
White with #CAB2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB2BB; }
p { color: rgb(202,178,187); }
H1.HeaderClassName
{
color: #CAB2BB;
}
.AnyTagClassName
{
color: #CAB2BB;
}
</style>
background-color css
<style>
a { background-color: #CAB2BB; }
a { background-color: rgb(202,178,187); }
div.DivClassName
{
background-color: #CAB2BB;
}
.BgClassName
{
background-color: #CAB2BB;
}
</style>
border-color css
<style>
span { border-color: #CAB2BB; }
span { border-color: rgb(202,178,187); }
td.TdClassName
{
border-color: #CAB2BB;
}
.TagClassName
{
border-color: #CAB2BB;
}
</style>