Shades of Maverick #C9B6C1
Tints of Maverick #C9B6C1
RGB
CMYK
RGB Variations
Color information
#C9B6C1 (or 0xC9B6C1) is known color: Maverick. HEX triplet: C9, B6 and C1. RGB value is (201,182,193). Sum of RGB (Red+Green+Blue) = 201+182+193=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 182 (71.48% from 255 or 31.60% from 576); Blue value is 193 (75.78% from 255 or 33.51% from 576); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B6C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B6C1 is #36493E. Grayscale: #BCBCBC. Windows color (decimal): -3557695 or 12695241. OLE color: 12695241.
HSL color Cylindrical-coordinate representation of color #C9B6C1: hue angle of 325.26º 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 #C9B6C1 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 182 | 193 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.21 |
| HSL | 325.26º | 0.15% | 0.75% | - |
| HSV(B) | 325.26º | 0.09% | 0.79% | - |
| XYZ | 50.44 | 49.72 | 57.39 | - |
| YUV | 188.94 | 130.29 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 182 | 193 | 0 | 0.09 | 0.04 | 0.21 | 325.26 | 0.15 | 0.75 |
| Hex | C9 | B6 | C1 | 0 | 9 | 4 | 15 | 145 | F | 4B |
| Octal | 311 | 266 | 301 | 0 | 11 | 4 | 25 | 505 | 17 | 113 |
| Binary | 11001001 | 10110110 | 11000001 | 0 | 1001 | 100 | 10101 | 101000101 | 1111 | 1001011 |
Color Harmonies of #C9B6C1
Complementary color
Monochromatic Colors of #C9B6C1
Black with #C9B6C1
Text Example
Text Example
White with #C9B6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B6C1; }
p { color: rgb(201,182,193); }
H1.HeaderClassName
{
color: #C9B6C1;
}
.AnyTagClassName
{
color: #C9B6C1;
}
</style>
background-color css
<style>
a { background-color: #C9B6C1; }
a { background-color: rgb(201,182,193); }
div.DivClassName
{
background-color: #C9B6C1;
}
.BgClassName
{
background-color: #C9B6C1;
}
</style>
border-color css
<style>
span { border-color: #C9B6C1; }
span { border-color: rgb(201,182,193); }
td.TdClassName
{
border-color: #C9B6C1;
}
.TagClassName
{
border-color: #C9B6C1;
}
</style>