Shades of Maverick #C9AFC0
Tints of Maverick #C9AFC0
RGB
CMYK
RGB Variations
Color information
#C9AFC0 (or 0xC9AFC0) is known color: Maverick. HEX triplet: C9, AF and C0. RGB value is (201,175,192). Sum of RGB (Red+Green+Blue) = 201+175+192=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 192 (75.39% from 255 or 33.80% from 568); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AFC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFC0 is #36503F. Grayscale: #B8B8B8. Windows color (decimal): -3559488 or 12627913. OLE color: 12627913.
HSL color Cylindrical-coordinate representation of color #C9AFC0: hue angle of 320.77º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9AFC0 is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 175 | 192 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.21 |
| HSL | 320.77º | 0.19% | 0.74% | - |
| HSV(B) | 320.77º | 0.13% | 0.79% | - |
| XYZ | 48.93 | 46.88 | 56.34 | - |
| YUV | 184.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 192 | 0 | 0.13 | 0.04 | 0.21 | 320.77 | 0.19 | 0.74 |
| Hex | C9 | AF | C0 | 0 | D | 4 | 15 | 141 | 13 | 4A |
| Octal | 311 | 257 | 300 | 0 | 15 | 4 | 25 | 501 | 23 | 112 |
| Binary | 11001001 | 10101111 | 11000000 | 0 | 1101 | 100 | 10101 | 101000001 | 10011 | 1001010 |
Color Harmonies of #C9AFC0
Complementary color
Monochromatic Colors of #C9AFC0
Black with #C9AFC0
Text Example
Text Example
White with #C9AFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AFC0; }
p { color: rgb(201,175,192); }
H1.HeaderClassName
{
color: #C9AFC0;
}
.AnyTagClassName
{
color: #C9AFC0;
}
</style>
background-color css
<style>
a { background-color: #C9AFC0; }
a { background-color: rgb(201,175,192); }
div.DivClassName
{
background-color: #C9AFC0;
}
.BgClassName
{
background-color: #C9AFC0;
}
</style>
border-color css
<style>
span { border-color: #C9AFC0; }
span { border-color: rgb(201,175,192); }
td.TdClassName
{
border-color: #C9AFC0;
}
.TagClassName
{
border-color: #C9AFC0;
}
</style>