Shades of Maverick #C9A8BF
Tints of Maverick #C9A8BF
RGB
CMYK
RGB Variations
Color information
#C9A8BF (or 0xC9A8BF) is known color: Maverick. HEX triplet: C9, A8 and BF. RGB value is (201,168,191). Sum of RGB (Red+Green+Blue) = 201+168+191=560 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.89% from 560); Green value is 168 (66.02% from 255 or 30% from 560); Blue value is 191 (75% from 255 or 34.11% from 560); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A8BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9A8BF is #365740. Grayscale: #B4B4B4. Windows color (decimal): -3561281 or 12560585. OLE color: 12560585.
HSL color Cylindrical-coordinate representation of color #C9A8BF: hue angle of 318.18º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9A8BF is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 168 | 191 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.21 |
| HSL | 318.18º | 0.23% | 0.72% | - |
| HSV(B) | 318.18º | 0.16% | 0.79% | - |
| XYZ | 47.49 | 44.18 | 55.32 | - |
| YUV | 180.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 168 | 191 | 0 | 0.16 | 0.05 | 0.21 | 318.18 | 0.23 | 0.72 |
| Hex | C9 | A8 | BF | 0 | 10 | 5 | 15 | 13E | 17 | 48 |
| Octal | 311 | 250 | 277 | 0 | 20 | 5 | 25 | 476 | 27 | 110 |
| Binary | 11001001 | 10101000 | 10111111 | 0 | 10000 | 101 | 10101 | 100111110 | 10111 | 1001000 |
Color Harmonies of #C9A8BF
Complementary color
Monochromatic Colors of #C9A8BF
Black with #C9A8BF
Text Example
Text Example
White with #C9A8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9A8BF; }
p { color: rgb(201,168,191); }
H1.HeaderClassName
{
color: #C9A8BF;
}
.AnyTagClassName
{
color: #C9A8BF;
}
</style>
background-color css
<style>
a { background-color: #C9A8BF; }
a { background-color: rgb(201,168,191); }
div.DivClassName
{
background-color: #C9A8BF;
}
.BgClassName
{
background-color: #C9A8BF;
}
</style>
border-color css
<style>
span { border-color: #C9A8BF; }
span { border-color: rgb(201,168,191); }
td.TdClassName
{
border-color: #C9A8BF;
}
.TagClassName
{
border-color: #C9A8BF;
}
</style>