Shades of Maverick #CAAABA
Tints of Maverick #CAAABA
RGB
CMYK
RGB Variations
Color information
#CAAABA (or 0xCAAABA) is known color: Maverick. HEX triplet: CA, AA and BA. RGB value is (202,170,186). Sum of RGB (Red+Green+Blue) = 202+170+186=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 170 (66.80% from 255 or 30.47% from 558); Blue value is 186 (73.05% from 255 or 33.33% from 558); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAABA is #355545. Grayscale: #B5B5B5. Windows color (decimal): -3495238 or 12233418. OLE color: 12233418.
HSL color Cylindrical-coordinate representation of color #CAAABA: hue angle of 330º 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 #CAAABA is Cyan = 0, Magento = 0.16, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 170 | 186 | - |
| CMYK | 0 | 0.16 | 0.08 | 0.21 |
| HSL | 330º | 0.23% | 0.73% | - |
| HSV(B) | 330º | 0.16% | 0.79% | - |
| XYZ | 47.59 | 44.85 | 52.6 | - |
| YUV | 181.39 | 130.6 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 186 | 0 | 0.16 | 0.08 | 0.21 | 330 | 0.23 | 0.73 |
| Hex | CA | AA | BA | 0 | 10 | 8 | 15 | 14A | 17 | 49 |
| Octal | 312 | 252 | 272 | 0 | 20 | 10 | 25 | 512 | 27 | 111 |
| Binary | 11001010 | 10101010 | 10111010 | 0 | 10000 | 1000 | 10101 | 101001010 | 10111 | 1001001 |
Color Harmonies of #CAAABA
Complementary color
Monochromatic Colors of #CAAABA
Black with #CAAABA
Text Example
Text Example
White with #CAAABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAABA; }
p { color: rgb(202,170,186); }
H1.HeaderClassName
{
color: #CAAABA;
}
.AnyTagClassName
{
color: #CAAABA;
}
</style>
background-color css
<style>
a { background-color: #CAAABA; }
a { background-color: rgb(202,170,186); }
div.DivClassName
{
background-color: #CAAABA;
}
.BgClassName
{
background-color: #CAAABA;
}
</style>
border-color css
<style>
span { border-color: #CAAABA; }
span { border-color: rgb(202,170,186); }
td.TdClassName
{
border-color: #CAAABA;
}
.TagClassName
{
border-color: #CAAABA;
}
</style>