Shades of Maverick #CAA3C1
Tints of Maverick #CAA3C1
RGB
CMYK
RGB Variations
Color information
#CAA3C1 (or 0xCAA3C1) is known color: Maverick. HEX triplet: CA, A3 and C1. RGB value is (202,163,193). Sum of RGB (Red+Green+Blue) = 202+163+193=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 163 (64.06% from 255 or 29.21% from 558); Blue value is 193 (75.78% from 255 or 34.59% from 558); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA3C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA3C1 is #355C3E. Grayscale: #B1B1B1. Windows color (decimal): -3497023 or 12690378. OLE color: 12690378.
HSL color Cylindrical-coordinate representation of color #CAA3C1: hue angle of 313.85º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAA3C1 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 163 | 193 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.21 |
| HSL | 313.85º | 0.27% | 0.72% | - |
| HSV(B) | 313.85º | 0.19% | 0.79% | - |
| XYZ | 47.08 | 42.6 | 56.19 | - |
| YUV | 178.08 | 136.42 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 163 | 193 | 0 | 0.19 | 0.04 | 0.21 | 313.85 | 0.27 | 0.72 |
| Hex | CA | A3 | C1 | 0 | 13 | 4 | 15 | 13A | 1B | 48 |
| Octal | 312 | 243 | 301 | 0 | 23 | 4 | 25 | 472 | 33 | 110 |
| Binary | 11001010 | 10100011 | 11000001 | 0 | 10011 | 100 | 10101 | 100111010 | 11011 | 1001000 |
Color Harmonies of #CAA3C1
Complementary color
Monochromatic Colors of #CAA3C1
Black with #CAA3C1
Text Example
Text Example
White with #CAA3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA3C1; }
p { color: rgb(202,163,193); }
H1.HeaderClassName
{
color: #CAA3C1;
}
.AnyTagClassName
{
color: #CAA3C1;
}
</style>
background-color css
<style>
a { background-color: #CAA3C1; }
a { background-color: rgb(202,163,193); }
div.DivClassName
{
background-color: #CAA3C1;
}
.BgClassName
{
background-color: #CAA3C1;
}
</style>
border-color css
<style>
span { border-color: #CAA3C1; }
span { border-color: rgb(202,163,193); }
td.TdClassName
{
border-color: #CAA3C1;
}
.TagClassName
{
border-color: #CAA3C1;
}
</style>