Shades of Maverick #C9BAC5
Tints of Maverick #C9BAC5
RGB
CMYK
RGB Variations
Color information
#C9BAC5 (or 0xC9BAC5) is known color: Maverick. HEX triplet: C9, BA and C5. RGB value is (201,186,197). Sum of RGB (Red+Green+Blue) = 201+186+197=584 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.42% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BAC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BAC5 is #36453A. Grayscale: #BFBFBF. Windows color (decimal): -3556667 or 12958409. OLE color: 12958409.
HSL color Cylindrical-coordinate representation of color #C9BAC5: hue angle of 316º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9BAC5 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 186 | 197 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.21 |
| HSL | 316º | 0.12% | 0.76% | - |
| HSV(B) | 316º | 0.07% | 0.79% | - |
| XYZ | 51.72 | 51.57 | 60.05 | - |
| YUV | 191.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 186 | 197 | 0 | 0.07 | 0.02 | 0.21 | 316 | 0.12 | 0.76 |
| Hex | C9 | BA | C5 | 0 | 7 | 2 | 15 | 13C | C | 4C |
| Octal | 311 | 272 | 305 | 0 | 7 | 2 | 25 | 474 | 14 | 114 |
| Binary | 11001001 | 10111010 | 11000101 | 0 | 111 | 10 | 10101 | 100111100 | 1100 | 1001100 |
Color Harmonies of #C9BAC5
Complementary color
Monochromatic Colors of #C9BAC5
Black with #C9BAC5
Text Example
Text Example
White with #C9BAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BAC5; }
p { color: rgb(201,186,197); }
H1.HeaderClassName
{
color: #C9BAC5;
}
.AnyTagClassName
{
color: #C9BAC5;
}
</style>
background-color css
<style>
a { background-color: #C9BAC5; }
a { background-color: rgb(201,186,197); }
div.DivClassName
{
background-color: #C9BAC5;
}
.BgClassName
{
background-color: #C9BAC5;
}
</style>
border-color css
<style>
span { border-color: #C9BAC5; }
span { border-color: rgb(201,186,197); }
td.TdClassName
{
border-color: #C9BAC5;
}
.TagClassName
{
border-color: #C9BAC5;
}
</style>