Shades of Maverick #CAA9C1
Tints of Maverick #CAA9C1
RGB
CMYK
RGB Variations
Color information
#CAA9C1 (or 0xCAA9C1) is known color: Maverick. HEX triplet: CA, A9 and C1. RGB value is (202,169,193). Sum of RGB (Red+Green+Blue) = 202+169+193=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 193 (75.78% from 255 or 34.22% from 564); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA9C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA9C1 is #35563E. Grayscale: #B5B5B5. Windows color (decimal): -3495487 or 12691914. OLE color: 12691914.
HSL color Cylindrical-coordinate representation of color #CAA9C1: hue angle of 316.36º degrees, saturation: 0.24, 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 #CAA9C1 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 169 | 193 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.21 |
| HSL | 316.36º | 0.24% | 0.73% | - |
| HSV(B) | 316.36º | 0.16% | 0.79% | - |
| XYZ | 48.17 | 44.78 | 56.56 | - |
| YUV | 181.6 | 134.43 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 169 | 193 | 0 | 0.16 | 0.04 | 0.21 | 316.36 | 0.24 | 0.73 |
| Hex | CA | A9 | C1 | 0 | 10 | 4 | 15 | 13C | 18 | 49 |
| Octal | 312 | 251 | 301 | 0 | 20 | 4 | 25 | 474 | 30 | 111 |
| Binary | 11001010 | 10101001 | 11000001 | 0 | 10000 | 100 | 10101 | 100111100 | 11000 | 1001001 |
Color Harmonies of #CAA9C1
Complementary color
Monochromatic Colors of #CAA9C1
Black with #CAA9C1
Text Example
Text Example
White with #CAA9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA9C1; }
p { color: rgb(202,169,193); }
H1.HeaderClassName
{
color: #CAA9C1;
}
.AnyTagClassName
{
color: #CAA9C1;
}
</style>
background-color css
<style>
a { background-color: #CAA9C1; }
a { background-color: rgb(202,169,193); }
div.DivClassName
{
background-color: #CAA9C1;
}
.BgClassName
{
background-color: #CAA9C1;
}
</style>
border-color css
<style>
span { border-color: #CAA9C1; }
span { border-color: rgb(202,169,193); }
td.TdClassName
{
border-color: #CAA9C1;
}
.TagClassName
{
border-color: #CAA9C1;
}
</style>