Shades of Maverick #C9ABBC
Tints of Maverick #C9ABBC
RGB
CMYK
RGB Variations
Color information
#C9ABBC (or 0xC9ABBC) is known color: Maverick. HEX triplet: C9, AB and BC. RGB value is (201,171,188). Sum of RGB (Red+Green+Blue) = 201+171+188=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 171 (67.19% from 255 or 30.54% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ABBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ABBC is #365443. Grayscale: #B5B5B5. Windows color (decimal): -3560516 or 12364745. OLE color: 12364745.
HSL color Cylindrical-coordinate representation of color #C9ABBC: hue angle of 326º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9ABBC is Cyan = 0, Magento = 0.15, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 171 | 188 | - |
| CMYK | 0 | 0.15 | 0.06 | 0.21 |
| HSL | 326º | 0.22% | 0.73% | - |
| HSV(B) | 326º | 0.15% | 0.79% | - |
| XYZ | 47.73 | 45.17 | 53.78 | - |
| YUV | 181.91 | 131.44 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 188 | 0 | 0.15 | 0.06 | 0.21 | 326 | 0.22 | 0.73 |
| Hex | C9 | AB | BC | 0 | F | 6 | 15 | 146 | 16 | 49 |
| Octal | 311 | 253 | 274 | 0 | 17 | 6 | 25 | 506 | 26 | 111 |
| Binary | 11001001 | 10101011 | 10111100 | 0 | 1111 | 110 | 10101 | 101000110 | 10110 | 1001001 |
Color Harmonies of #C9ABBC
Complementary color
Monochromatic Colors of #C9ABBC
Black with #C9ABBC
Text Example
Text Example
White with #C9ABBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ABBC; }
p { color: rgb(201,171,188); }
H1.HeaderClassName
{
color: #C9ABBC;
}
.AnyTagClassName
{
color: #C9ABBC;
}
</style>
background-color css
<style>
a { background-color: #C9ABBC; }
a { background-color: rgb(201,171,188); }
div.DivClassName
{
background-color: #C9ABBC;
}
.BgClassName
{
background-color: #C9ABBC;
}
</style>
border-color css
<style>
span { border-color: #C9ABBC; }
span { border-color: rgb(201,171,188); }
td.TdClassName
{
border-color: #C9ABBC;
}
.TagClassName
{
border-color: #C9ABBC;
}
</style>