Shades of Maverick #CAAAC1
Tints of Maverick #CAAAC1
RGB
CMYK
RGB Variations
Color information
#CAAAC1 (or 0xCAAAC1) is known color: Maverick. HEX triplet: CA, AA and C1. RGB value is (202,170,193). Sum of RGB (Red+Green+Blue) = 202+170+193=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 193 (75.78% from 255 or 34.16% from 565); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAAC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAC1 is #35553E. Grayscale: #B6B6B6. Windows color (decimal): -3495231 or 12692170. OLE color: 12692170.
HSL color Cylindrical-coordinate representation of color #CAAAC1: hue angle of 316.88º 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 #CAAAC1 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 170 | 193 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.21 |
| HSL | 316.88º | 0.23% | 0.73% | - |
| HSV(B) | 316.88º | 0.16% | 0.79% | - |
| XYZ | 48.36 | 45.16 | 56.62 | - |
| YUV | 182.19 | 134.1 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 193 | 0 | 0.16 | 0.04 | 0.21 | 316.88 | 0.23 | 0.73 |
| Hex | CA | AA | C1 | 0 | 10 | 4 | 15 | 13D | 17 | 49 |
| Octal | 312 | 252 | 301 | 0 | 20 | 4 | 25 | 475 | 27 | 111 |
| Binary | 11001010 | 10101010 | 11000001 | 0 | 10000 | 100 | 10101 | 100111101 | 10111 | 1001001 |
Color Harmonies of #CAAAC1
Complementary color
Monochromatic Colors of #CAAAC1
Black with #CAAAC1
Text Example
Text Example
White with #CAAAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAC1; }
p { color: rgb(202,170,193); }
H1.HeaderClassName
{
color: #CAAAC1;
}
.AnyTagClassName
{
color: #CAAAC1;
}
</style>
background-color css
<style>
a { background-color: #CAAAC1; }
a { background-color: rgb(202,170,193); }
div.DivClassName
{
background-color: #CAAAC1;
}
.BgClassName
{
background-color: #CAAAC1;
}
</style>
border-color css
<style>
span { border-color: #CAAAC1; }
span { border-color: rgb(202,170,193); }
td.TdClassName
{
border-color: #CAAAC1;
}
.TagClassName
{
border-color: #CAAAC1;
}
</style>