Shades of Maverick #CAAABC
Tints of Maverick #CAAABC
RGB
CMYK
RGB Variations
Color information
#CAAABC (or 0xCAAABC) is known color: Maverick. HEX triplet: CA, AA and BC. RGB value is (202,170,188). Sum of RGB (Red+Green+Blue) = 202+170+188=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAABC is #355543. Grayscale: #B5B5B5. Windows color (decimal): -3495236 or 12364490. OLE color: 12364490.
HSL color Cylindrical-coordinate representation of color #CAAABC: hue angle of 326.25º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAAABC is Cyan = 0, Magento = 0.16, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 170 | 188 | - |
| CMYK | 0 | 0.16 | 0.07 | 0.21 |
| HSL | 326.25º | 0.23% | 0.73% | - |
| HSV(B) | 326.25º | 0.16% | 0.79% | - |
| XYZ | 47.81 | 44.94 | 53.73 | - |
| YUV | 181.62 | 131.6 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 188 | 0 | 0.16 | 0.07 | 0.21 | 326.25 | 0.23 | 0.73 |
| Hex | CA | AA | BC | 0 | 10 | 7 | 15 | 146 | 17 | 49 |
| Octal | 312 | 252 | 274 | 0 | 20 | 7 | 25 | 506 | 27 | 111 |
| Binary | 11001010 | 10101010 | 10111100 | 0 | 10000 | 111 | 10101 | 101000110 | 10111 | 1001001 |
Color Harmonies of #CAAABC
Complementary color
Monochromatic Colors of #CAAABC
Black with #CAAABC
Text Example
Text Example
White with #CAAABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAABC; }
p { color: rgb(202,170,188); }
H1.HeaderClassName
{
color: #CAAABC;
}
.AnyTagClassName
{
color: #CAAABC;
}
</style>
background-color css
<style>
a { background-color: #CAAABC; }
a { background-color: rgb(202,170,188); }
div.DivClassName
{
background-color: #CAAABC;
}
.BgClassName
{
background-color: #CAAABC;
}
</style>
border-color css
<style>
span { border-color: #CAAABC; }
span { border-color: rgb(202,170,188); }
td.TdClassName
{
border-color: #CAAABC;
}
.TagClassName
{
border-color: #CAAABC;
}
</style>