Shades of Maverick #C9BAC4
Tints of Maverick #C9BAC4
RGB
CMYK
RGB Variations
Color information
#C9BAC4 (or 0xC9BAC4) is known color: Maverick. HEX triplet: C9, BA and C4. RGB value is (201,186,196). Sum of RGB (Red+Green+Blue) = 201+186+196=583 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.48% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 196 (76.95% from 255 or 33.62% from 583); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BAC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BAC4 is #36453B. Grayscale: #BFBFBF. Windows color (decimal): -3556668 or 12892873. OLE color: 12892873.
HSL color Cylindrical-coordinate representation of color #C9BAC4: hue angle of 320º 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 #C9BAC4 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 186 | 196 | - |
| CMYK | 0 | 0.07 | 0.02 | 0.21 |
| HSL | 320º | 0.12% | 0.76% | - |
| HSV(B) | 320º | 0.07% | 0.79% | - |
| XYZ | 51.61 | 51.52 | 59.45 | - |
| YUV | 191.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 186 | 196 | 0 | 0.07 | 0.02 | 0.21 | 320 | 0.12 | 0.76 |
| Hex | C9 | BA | C4 | 0 | 7 | 2 | 15 | 140 | C | 4C |
| Octal | 311 | 272 | 304 | 0 | 7 | 2 | 25 | 500 | 14 | 114 |
| Binary | 11001001 | 10111010 | 11000100 | 0 | 111 | 10 | 10101 | 101000000 | 1100 | 1001100 |
Color Harmonies of #C9BAC4
Complementary color
Monochromatic Colors of #C9BAC4
Black with #C9BAC4
Text Example
Text Example
White with #C9BAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BAC4; }
p { color: rgb(201,186,196); }
H1.HeaderClassName
{
color: #C9BAC4;
}
.AnyTagClassName
{
color: #C9BAC4;
}
</style>
background-color css
<style>
a { background-color: #C9BAC4; }
a { background-color: rgb(201,186,196); }
div.DivClassName
{
background-color: #C9BAC4;
}
.BgClassName
{
background-color: #C9BAC4;
}
</style>
border-color css
<style>
span { border-color: #C9BAC4; }
span { border-color: rgb(201,186,196); }
td.TdClassName
{
border-color: #C9BAC4;
}
.TagClassName
{
border-color: #C9BAC4;
}
</style>