Shades of Maverick #C9B2BC
Tints of Maverick #C9B2BC
RGB
CMYK
RGB Variations
Color information
#C9B2BC (or 0xC9B2BC) is known color: Maverick. HEX triplet: C9, B2 and BC. RGB value is (201,178,188). Sum of RGB (Red+Green+Blue) = 201+178+188=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 178 (69.92% from 255 or 31.39% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B2BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9B2BC is #364D43. Grayscale: #BABABA. Windows color (decimal): -3558724 or 12366537. OLE color: 12366537.
HSL color Cylindrical-coordinate representation of color #C9B2BC: hue angle of 333.91º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C9B2BC is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 178 | 188 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.21 |
| HSL | 333.91º | 0.18% | 0.74% | - |
| HSV(B) | 333.91º | 0.11% | 0.79% | - |
| XYZ | 49.08 | 47.89 | 54.23 | - |
| YUV | 186.02 | 129.12 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 178 | 188 | 0 | 0.11 | 0.06 | 0.21 | 333.91 | 0.18 | 0.74 |
| Hex | C9 | B2 | BC | 0 | B | 6 | 15 | 14E | 12 | 4A |
| Octal | 311 | 262 | 274 | 0 | 13 | 6 | 25 | 516 | 22 | 112 |
| Binary | 11001001 | 10110010 | 10111100 | 0 | 1011 | 110 | 10101 | 101001110 | 10010 | 1001010 |
Color Harmonies of #C9B2BC
Complementary color
Monochromatic Colors of #C9B2BC
Black with #C9B2BC
Text Example
Text Example
White with #C9B2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B2BC; }
p { color: rgb(201,178,188); }
H1.HeaderClassName
{
color: #C9B2BC;
}
.AnyTagClassName
{
color: #C9B2BC;
}
</style>
background-color css
<style>
a { background-color: #C9B2BC; }
a { background-color: rgb(201,178,188); }
div.DivClassName
{
background-color: #C9B2BC;
}
.BgClassName
{
background-color: #C9B2BC;
}
</style>
border-color css
<style>
span { border-color: #C9B2BC; }
span { border-color: rgb(201,178,188); }
td.TdClassName
{
border-color: #C9B2BC;
}
.TagClassName
{
border-color: #C9B2BC;
}
</style>