Shades of Maverick #CAA0C0
Tints of Maverick #CAA0C0
RGB
CMYK
RGB Variations
Color information
#CAA0C0 (or 0xCAA0C0) is known color: Maverick. HEX triplet: CA, A0 and C0. RGB value is (202,160,192). Sum of RGB (Red+Green+Blue) = 202+160+192=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 160 (62.89% from 255 or 28.88% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA0C0 is #355F3F. Grayscale: #B0B0B0. Windows color (decimal): -3497792 or 12624074. OLE color: 12624074.
HSL color Cylindrical-coordinate representation of color #CAA0C0: hue angle of 314.29º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAA0C0 is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 160 | 192 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.21 |
| HSL | 314.29º | 0.28% | 0.71% | - |
| HSV(B) | 314.29º | 0.21% | 0.79% | - |
| XYZ | 46.44 | 41.5 | 55.43 | - |
| YUV | 176.21 | 136.91 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 160 | 192 | 0 | 0.21 | 0.05 | 0.21 | 314.29 | 0.28 | 0.71 |
| Hex | CA | A0 | C0 | 0 | 15 | 5 | 15 | 13A | 1C | 47 |
| Octal | 312 | 240 | 300 | 0 | 25 | 5 | 25 | 472 | 34 | 107 |
| Binary | 11001010 | 10100000 | 11000000 | 0 | 10101 | 101 | 10101 | 100111010 | 11100 | 1000111 |
Color Harmonies of #CAA0C0
Complementary color
Monochromatic Colors of #CAA0C0
Black with #CAA0C0
Text Example
Text Example
White with #CAA0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA0C0; }
p { color: rgb(202,160,192); }
H1.HeaderClassName
{
color: #CAA0C0;
}
.AnyTagClassName
{
color: #CAA0C0;
}
</style>
background-color css
<style>
a { background-color: #CAA0C0; }
a { background-color: rgb(202,160,192); }
div.DivClassName
{
background-color: #CAA0C0;
}
.BgClassName
{
background-color: #CAA0C0;
}
</style>
border-color css
<style>
span { border-color: #CAA0C0; }
span { border-color: rgb(202,160,192); }
td.TdClassName
{
border-color: #CAA0C0;
}
.TagClassName
{
border-color: #CAA0C0;
}
</style>