Shades of Maverick #C9A9BF
Tints of Maverick #C9A9BF
RGB
CMYK
RGB Variations
Color information
#C9A9BF (or 0xC9A9BF) is known color: Maverick. HEX triplet: C9, A9 and BF. RGB value is (201,169,191). Sum of RGB (Red+Green+Blue) = 201+169+191=561 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.83% from 561); Green value is 169 (66.41% from 255 or 30.12% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A9BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A9BF is #365640. Grayscale: #B5B5B5. Windows color (decimal): -3561025 or 12560841. OLE color: 12560841.
HSL color Cylindrical-coordinate representation of color #C9A9BF: hue angle of 318.75º 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 #C9A9BF is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 169 | 191 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.21 |
| HSL | 318.75º | 0.23% | 0.73% | - |
| HSV(B) | 318.75º | 0.16% | 0.79% | - |
| XYZ | 47.68 | 44.56 | 55.38 | - |
| YUV | 181.08 | 133.6 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 169 | 191 | 0 | 0.16 | 0.05 | 0.21 | 318.75 | 0.23 | 0.73 |
| Hex | C9 | A9 | BF | 0 | 10 | 5 | 15 | 13F | 17 | 49 |
| Octal | 311 | 251 | 277 | 0 | 20 | 5 | 25 | 477 | 27 | 111 |
| Binary | 11001001 | 10101001 | 10111111 | 0 | 10000 | 101 | 10101 | 100111111 | 10111 | 1001001 |
Color Harmonies of #C9A9BF
Complementary color
Monochromatic Colors of #C9A9BF
Black with #C9A9BF
Text Example
Text Example
White with #C9A9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A9BF; }
p { color: rgb(201,169,191); }
H1.HeaderClassName
{
color: #C9A9BF;
}
.AnyTagClassName
{
color: #C9A9BF;
}
</style>
background-color css
<style>
a { background-color: #C9A9BF; }
a { background-color: rgb(201,169,191); }
div.DivClassName
{
background-color: #C9A9BF;
}
.BgClassName
{
background-color: #C9A9BF;
}
</style>
border-color css
<style>
span { border-color: #C9A9BF; }
span { border-color: rgb(201,169,191); }
td.TdClassName
{
border-color: #C9A9BF;
}
.TagClassName
{
border-color: #C9A9BF;
}
</style>