Shades of Maverick #C9B2BB
Tints of Maverick #C9B2BB
RGB
CMYK
RGB Variations
Color information
#C9B2BB (or 0xC9B2BB) is known color: Maverick. HEX triplet: C9, B2 and BB. RGB value is (201,178,187). Sum of RGB (Red+Green+Blue) = 201+178+187=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 178 (69.92% from 255 or 31.45% from 566); Blue value is 187 (73.44% from 255 or 33.04% from 566); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9B2BB is #364D44. Grayscale: #B9B9B9. Windows color (decimal): -3558725 or 12301001. OLE color: 12301001.
HSL color Cylindrical-coordinate representation of color #C9B2BB: hue angle of 336.52º 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 #C9B2BB is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 178 | 187 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.21 |
| HSL | 336.52º | 0.18% | 0.74% | - |
| HSV(B) | 336.52º | 0.11% | 0.79% | - |
| XYZ | 48.98 | 47.85 | 53.67 | - |
| YUV | 185.9 | 128.62 | 138.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 178 | 187 | 0 | 0.11 | 0.07 | 0.21 | 336.52 | 0.18 | 0.74 |
| Hex | C9 | B2 | BB | 0 | B | 7 | 15 | 151 | 12 | 4A |
| Octal | 311 | 262 | 273 | 0 | 13 | 7 | 25 | 521 | 22 | 112 |
| Binary | 11001001 | 10110010 | 10111011 | 0 | 1011 | 111 | 10101 | 101010001 | 10010 | 1001010 |
Color Harmonies of #C9B2BB
Complementary color
Monochromatic Colors of #C9B2BB
Black with #C9B2BB
Text Example
Text Example
White with #C9B2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B2BB; }
p { color: rgb(201,178,187); }
H1.HeaderClassName
{
color: #C9B2BB;
}
.AnyTagClassName
{
color: #C9B2BB;
}
</style>
background-color css
<style>
a { background-color: #C9B2BB; }
a { background-color: rgb(201,178,187); }
div.DivClassName
{
background-color: #C9B2BB;
}
.BgClassName
{
background-color: #C9B2BB;
}
</style>
border-color css
<style>
span { border-color: #C9B2BB; }
span { border-color: rgb(201,178,187); }
td.TdClassName
{
border-color: #C9B2BB;
}
.TagClassName
{
border-color: #C9B2BB;
}
</style>