Shades of Maverick #CAAAC0
Tints of Maverick #CAAAC0
RGB
CMYK
RGB Variations
Color information
#CAAAC0 (or 0xCAAAC0) is known color: Maverick. HEX triplet: CA, AA and C0. RGB value is (202,170,192). Sum of RGB (Red+Green+Blue) = 202+170+192=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 192 (75.39% from 255 or 34.04% from 564); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAAC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAC0 is #35553F. Grayscale: #B6B6B6. Windows color (decimal): -3495232 or 12626634. OLE color: 12626634.
HSL color Cylindrical-coordinate representation of color #CAAAC0: hue angle of 318.75º 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 #CAAAC0 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 170 | 192 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.21 |
| HSL | 318.75º | 0.23% | 0.73% | - |
| HSV(B) | 318.75º | 0.16% | 0.79% | - |
| XYZ | 48.25 | 45.11 | 56.03 | - |
| YUV | 182.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 192 | 0 | 0.16 | 0.05 | 0.21 | 318.75 | 0.23 | 0.73 |
| Hex | CA | AA | C0 | 0 | 10 | 5 | 15 | 13F | 17 | 49 |
| Octal | 312 | 252 | 300 | 0 | 20 | 5 | 25 | 477 | 27 | 111 |
| Binary | 11001010 | 10101010 | 11000000 | 0 | 10000 | 101 | 10101 | 100111111 | 10111 | 1001001 |
Color Harmonies of #CAAAC0
Complementary color
Monochromatic Colors of #CAAAC0
Black with #CAAAC0
Text Example
Text Example
White with #CAAAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAC0; }
p { color: rgb(202,170,192); }
H1.HeaderClassName
{
color: #CAAAC0;
}
.AnyTagClassName
{
color: #CAAAC0;
}
</style>
background-color css
<style>
a { background-color: #CAAAC0; }
a { background-color: rgb(202,170,192); }
div.DivClassName
{
background-color: #CAAAC0;
}
.BgClassName
{
background-color: #CAAAC0;
}
</style>
border-color css
<style>
span { border-color: #CAAAC0; }
span { border-color: rgb(202,170,192); }
td.TdClassName
{
border-color: #CAAAC0;
}
.TagClassName
{
border-color: #CAAAC0;
}
</style>