Shades of Maverick #CAA5C0
Tints of Maverick #CAA5C0
RGB
CMYK
RGB Variations
Color information
#CAA5C0 (or 0xCAA5C0) is known color: Maverick. HEX triplet: CA, A5 and C0. RGB value is (202,165,192). Sum of RGB (Red+Green+Blue) = 202+165+192=559 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.14% from 559); Green value is 165 (64.84% from 255 or 29.52% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA5C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA5C0 is #355A3F. Grayscale: #B3B3B3. Windows color (decimal): -3496512 or 12625354. OLE color: 12625354.
HSL color Cylindrical-coordinate representation of color #CAA5C0: hue angle of 316.22º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CAA5C0 is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 165 | 192 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.21 |
| HSL | 316.22º | 0.26% | 0.72% | - |
| HSV(B) | 316.22º | 0.18% | 0.79% | - |
| XYZ | 47.33 | 43.27 | 55.73 | - |
| YUV | 179.14 | 135.26 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 165 | 192 | 0 | 0.18 | 0.05 | 0.21 | 316.22 | 0.26 | 0.72 |
| Hex | CA | A5 | C0 | 0 | 12 | 5 | 15 | 13C | 1A | 48 |
| Octal | 312 | 245 | 300 | 0 | 22 | 5 | 25 | 474 | 32 | 110 |
| Binary | 11001010 | 10100101 | 11000000 | 0 | 10010 | 101 | 10101 | 100111100 | 11010 | 1001000 |
Color Harmonies of #CAA5C0
Complementary color
Monochromatic Colors of #CAA5C0
Black with #CAA5C0
Text Example
Text Example
White with #CAA5C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA5C0; }
p { color: rgb(202,165,192); }
H1.HeaderClassName
{
color: #CAA5C0;
}
.AnyTagClassName
{
color: #CAA5C0;
}
</style>
background-color css
<style>
a { background-color: #CAA5C0; }
a { background-color: rgb(202,165,192); }
div.DivClassName
{
background-color: #CAA5C0;
}
.BgClassName
{
background-color: #CAA5C0;
}
</style>
border-color css
<style>
span { border-color: #CAA5C0; }
span { border-color: rgb(202,165,192); }
td.TdClassName
{
border-color: #CAA5C0;
}
.TagClassName
{
border-color: #CAA5C0;
}
</style>