Shades of Maverick #C9BBC1
Tints of Maverick #C9BBC1
RGB
CMYK
RGB Variations
Color information
#C9BBC1 (or 0xC9BBC1) is known color: Maverick. HEX triplet: C9, BB and C1. RGB value is (201,187,193). Sum of RGB (Red+Green+Blue) = 201+187+193=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 187 (73.44% from 255 or 32.19% from 581); Blue value is 193 (75.78% from 255 or 33.22% from 581); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBC1 is #36443E. Grayscale: #BFBFBF. Windows color (decimal): -3556415 or 12696521. OLE color: 12696521.
HSL color Cylindrical-coordinate representation of color #C9BBC1: hue angle of 334.29º degrees, saturation: 0.11, 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 #C9BBC1 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 187 | 193 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.21 |
| HSL | 334.29º | 0.11% | 0.76% | - |
| HSV(B) | 334.29º | 0.07% | 0.79% | - |
| XYZ | 51.48 | 51.81 | 57.74 | - |
| YUV | 191.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 187 | 193 | 0 | 0.07 | 0.04 | 0.21 | 334.29 | 0.11 | 0.76 |
| Hex | C9 | BB | C1 | 0 | 7 | 4 | 15 | 14E | B | 4C |
| Octal | 311 | 273 | 301 | 0 | 7 | 4 | 25 | 516 | 13 | 114 |
| Binary | 11001001 | 10111011 | 11000001 | 0 | 111 | 100 | 10101 | 101001110 | 1011 | 1001100 |
Color Harmonies of #C9BBC1
Complementary color
Monochromatic Colors of #C9BBC1
Black with #C9BBC1
Text Example
Text Example
White with #C9BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9BBC1; }
p { color: rgb(201,187,193); }
H1.HeaderClassName
{
color: #C9BBC1;
}
.AnyTagClassName
{
color: #C9BBC1;
}
</style>
background-color css
<style>
a { background-color: #C9BBC1; }
a { background-color: rgb(201,187,193); }
div.DivClassName
{
background-color: #C9BBC1;
}
.BgClassName
{
background-color: #C9BBC1;
}
</style>
border-color css
<style>
span { border-color: #C9BBC1; }
span { border-color: rgb(201,187,193); }
td.TdClassName
{
border-color: #C9BBC1;
}
.TagClassName
{
border-color: #C9BBC1;
}
</style>