Shades of Maverick #CAAABE
Tints of Maverick #CAAABE
RGB
CMYK
RGB Variations
Color information
#CAAABE (or 0xCAAABE) is known color: Maverick. HEX triplet: CA, AA and BE. RGB value is (202,170,190). Sum of RGB (Red+Green+Blue) = 202+170+190=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAABE is #355541. Grayscale: #B5B5B5. Windows color (decimal): -3495234 or 12495562. OLE color: 12495562.
HSL color Cylindrical-coordinate representation of color #CAAABE: hue angle of 322.5º 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 #CAAABE is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 170 | 190 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.21 |
| HSL | 322.5º | 0.23% | 0.73% | - |
| HSV(B) | 322.5º | 0.16% | 0.79% | - |
| XYZ | 48.03 | 45.02 | 54.87 | - |
| YUV | 181.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 190 | 0 | 0.16 | 0.06 | 0.21 | 322.5 | 0.23 | 0.73 |
| Hex | CA | AA | BE | 0 | 10 | 6 | 15 | 142 | 17 | 49 |
| Octal | 312 | 252 | 276 | 0 | 20 | 6 | 25 | 502 | 27 | 111 |
| Binary | 11001010 | 10101010 | 10111110 | 0 | 10000 | 110 | 10101 | 101000010 | 10111 | 1001001 |
Color Harmonies of #CAAABE
Complementary color
Monochromatic Colors of #CAAABE
Black with #CAAABE
Text Example
Text Example
White with #CAAABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAABE; }
p { color: rgb(202,170,190); }
H1.HeaderClassName
{
color: #CAAABE;
}
.AnyTagClassName
{
color: #CAAABE;
}
</style>
background-color css
<style>
a { background-color: #CAAABE; }
a { background-color: rgb(202,170,190); }
div.DivClassName
{
background-color: #CAAABE;
}
.BgClassName
{
background-color: #CAAABE;
}
</style>
border-color css
<style>
span { border-color: #CAAABE; }
span { border-color: rgb(202,170,190); }
td.TdClassName
{
border-color: #CAAABE;
}
.TagClassName
{
border-color: #CAAABE;
}
</style>