Shades of Maverick #C9B0BA
Tints of Maverick #C9B0BA
RGB
CMYK
RGB Variations
Color information
#C9B0BA (or 0xC9B0BA) is known color: Maverick. HEX triplet: C9, B0 and BA. RGB value is (201,176,186). Sum of RGB (Red+Green+Blue) = 201+176+186=563 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.70% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9B0BA is #364F45. Grayscale: #B8B8B8. Windows color (decimal): -3559238 or 12234953. OLE color: 12234953.
HSL color Cylindrical-coordinate representation of color #C9B0BA: hue angle of 336º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9B0BA is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 176 | 186 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.21 |
| HSL | 336º | 0.19% | 0.74% | - |
| HSV(B) | 336º | 0.12% | 0.79% | - |
| XYZ | 48.48 | 47.01 | 52.97 | - |
| YUV | 184.62 | 128.78 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 176 | 186 | 0 | 0.12 | 0.07 | 0.21 | 336 | 0.19 | 0.74 |
| Hex | C9 | B0 | BA | 0 | C | 7 | 15 | 150 | 13 | 4A |
| Octal | 311 | 260 | 272 | 0 | 14 | 7 | 25 | 520 | 23 | 112 |
| Binary | 11001001 | 10110000 | 10111010 | 0 | 1100 | 111 | 10101 | 101010000 | 10011 | 1001010 |
Color Harmonies of #C9B0BA
Complementary color
Monochromatic Colors of #C9B0BA
Black with #C9B0BA
Text Example
Text Example
White with #C9B0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B0BA; }
p { color: rgb(201,176,186); }
H1.HeaderClassName
{
color: #C9B0BA;
}
.AnyTagClassName
{
color: #C9B0BA;
}
</style>
background-color css
<style>
a { background-color: #C9B0BA; }
a { background-color: rgb(201,176,186); }
div.DivClassName
{
background-color: #C9B0BA;
}
.BgClassName
{
background-color: #C9B0BA;
}
</style>
border-color css
<style>
span { border-color: #C9B0BA; }
span { border-color: rgb(201,176,186); }
td.TdClassName
{
border-color: #C9B0BA;
}
.TagClassName
{
border-color: #C9B0BA;
}
</style>