Shades of Maverick #C9A9C0
Tints of Maverick #C9A9C0
RGB
CMYK
RGB Variations
Color information
#C9A9C0 (or 0xC9A9C0) is known color: Maverick. HEX triplet: C9, A9 and C0. RGB value is (201,169,192). Sum of RGB (Red+Green+Blue) = 201+169+192=562 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.77% from 562); Green value is 169 (66.41% from 255 or 30.07% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A9C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A9C0 is #36563F. Grayscale: #B5B5B5. Windows color (decimal): -3561024 or 12626377. OLE color: 12626377.
HSL color Cylindrical-coordinate representation of color #C9A9C0: 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 #C9A9C0 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 169 | 192 | - |
| CMYK | 0 | 0.16 | 0.04 | 0.21 |
| HSL | 316.88º | 0.23% | 0.73% | - |
| HSV(B) | 316.88º | 0.16% | 0.79% | - |
| XYZ | 47.79 | 44.6 | 55.96 | - |
| YUV | 181.19 | 134.1 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 169 | 192 | 0 | 0.16 | 0.04 | 0.21 | 316.88 | 0.23 | 0.73 |
| Hex | C9 | A9 | C0 | 0 | 10 | 4 | 15 | 13D | 17 | 49 |
| Octal | 311 | 251 | 300 | 0 | 20 | 4 | 25 | 475 | 27 | 111 |
| Binary | 11001001 | 10101001 | 11000000 | 0 | 10000 | 100 | 10101 | 100111101 | 10111 | 1001001 |
Color Harmonies of #C9A9C0
Complementary color
Monochromatic Colors of #C9A9C0
Black with #C9A9C0
Text Example
Text Example
White with #C9A9C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A9C0; }
p { color: rgb(201,169,192); }
H1.HeaderClassName
{
color: #C9A9C0;
}
.AnyTagClassName
{
color: #C9A9C0;
}
</style>
background-color css
<style>
a { background-color: #C9A9C0; }
a { background-color: rgb(201,169,192); }
div.DivClassName
{
background-color: #C9A9C0;
}
.BgClassName
{
background-color: #C9A9C0;
}
</style>
border-color css
<style>
span { border-color: #C9A9C0; }
span { border-color: rgb(201,169,192); }
td.TdClassName
{
border-color: #C9A9C0;
}
.TagClassName
{
border-color: #C9A9C0;
}
</style>