Shades of Maverick #C9B6C0
Tints of Maverick #C9B6C0
RGB
CMYK
RGB Variations
Color information
#C9B6C0 (or 0xC9B6C0) is known color: Maverick. HEX triplet: C9, B6 and C0. RGB value is (201,182,192). Sum of RGB (Red+Green+Blue) = 201+182+192=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 182 (71.48% from 255 or 31.65% from 575); Blue value is 192 (75.39% from 255 or 33.39% from 575); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B6C0 is #36493F. Grayscale: #BCBCBC. Windows color (decimal): -3557696 or 12629705. OLE color: 12629705.
HSL color Cylindrical-coordinate representation of color #C9B6C0: hue angle of 328.42º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9B6C0 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 182 | 192 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.21 |
| HSL | 328.42º | 0.15% | 0.75% | - |
| HSV(B) | 328.42º | 0.09% | 0.79% | - |
| XYZ | 50.33 | 49.68 | 56.81 | - |
| YUV | 188.82 | 129.79 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 182 | 192 | 0 | 0.09 | 0.04 | 0.21 | 328.42 | 0.15 | 0.75 |
| Hex | C9 | B6 | C0 | 0 | 9 | 4 | 15 | 148 | F | 4B |
| Octal | 311 | 266 | 300 | 0 | 11 | 4 | 25 | 510 | 17 | 113 |
| Binary | 11001001 | 10110110 | 11000000 | 0 | 1001 | 100 | 10101 | 101001000 | 1111 | 1001011 |
Color Harmonies of #C9B6C0
Complementary color
Monochromatic Colors of #C9B6C0
Black with #C9B6C0
Text Example
Text Example
White with #C9B6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B6C0; }
p { color: rgb(201,182,192); }
H1.HeaderClassName
{
color: #C9B6C0;
}
.AnyTagClassName
{
color: #C9B6C0;
}
</style>
background-color css
<style>
a { background-color: #C9B6C0; }
a { background-color: rgb(201,182,192); }
div.DivClassName
{
background-color: #C9B6C0;
}
.BgClassName
{
background-color: #C9B6C0;
}
</style>
border-color css
<style>
span { border-color: #C9B6C0; }
span { border-color: rgb(201,182,192); }
td.TdClassName
{
border-color: #C9B6C0;
}
.TagClassName
{
border-color: #C9B6C0;
}
</style>