Shades of Maverick #C9ABBF
Tints of Maverick #C9ABBF
RGB
CMYK
RGB Variations
Color information
#C9ABBF (or 0xC9ABBF) is known color: Maverick. HEX triplet: C9, AB and BF. RGB value is (201,171,191). Sum of RGB (Red+Green+Blue) = 201+171+191=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ABBF is #365440. Grayscale: #B6B6B6. Windows color (decimal): -3560513 or 12561353. OLE color: 12561353.
HSL color Cylindrical-coordinate representation of color #C9ABBF: hue angle of 320º 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 #C9ABBF is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 171 | 191 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.21 |
| HSL | 320º | 0.22% | 0.73% | - |
| HSV(B) | 320º | 0.15% | 0.79% | - |
| XYZ | 48.05 | 45.3 | 55.5 | - |
| YUV | 182.25 | 132.94 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 171 | 191 | 0 | 0.15 | 0.05 | 0.21 | 320 | 0.22 | 0.73 |
| Hex | C9 | AB | BF | 0 | F | 5 | 15 | 140 | 16 | 49 |
| Octal | 311 | 253 | 277 | 0 | 17 | 5 | 25 | 500 | 26 | 111 |
| Binary | 11001001 | 10101011 | 10111111 | 0 | 1111 | 101 | 10101 | 101000000 | 10110 | 1001001 |
Color Harmonies of #C9ABBF
Complementary color
Monochromatic Colors of #C9ABBF
Black with #C9ABBF
Text Example
Text Example
White with #C9ABBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ABBF; }
p { color: rgb(201,171,191); }
H1.HeaderClassName
{
color: #C9ABBF;
}
.AnyTagClassName
{
color: #C9ABBF;
}
</style>
background-color css
<style>
a { background-color: #C9ABBF; }
a { background-color: rgb(201,171,191); }
div.DivClassName
{
background-color: #C9ABBF;
}
.BgClassName
{
background-color: #C9ABBF;
}
</style>
border-color css
<style>
span { border-color: #C9ABBF; }
span { border-color: rgb(201,171,191); }
td.TdClassName
{
border-color: #C9ABBF;
}
.TagClassName
{
border-color: #C9ABBF;
}
</style>