Shades of Maverick #C9B1BE
Tints of Maverick #C9B1BE
RGB
CMYK
RGB Variations
Color information
#C9B1BE (or 0xC9B1BE) is known color: Maverick. HEX triplet: C9, B1 and BE. RGB value is (201,177,190). Sum of RGB (Red+Green+Blue) = 201+177+190=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B1BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9B1BE is #364E41. Grayscale: #B9B9B9. Windows color (decimal): -3558978 or 12497353. OLE color: 12497353.
HSL color Cylindrical-coordinate representation of color #C9B1BE: hue angle of 327.5º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C9B1BE is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 177 | 190 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.21 |
| HSL | 327.5º | 0.18% | 0.74% | - |
| HSV(B) | 327.5º | 0.12% | 0.79% | - |
| XYZ | 49.1 | 47.58 | 55.31 | - |
| YUV | 185.66 | 130.45 | 138.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 177 | 190 | 0 | 0.12 | 0.05 | 0.21 | 327.5 | 0.18 | 0.74 |
| Hex | C9 | B1 | BE | 0 | C | 5 | 15 | 148 | 12 | 4A |
| Octal | 311 | 261 | 276 | 0 | 14 | 5 | 25 | 510 | 22 | 112 |
| Binary | 11001001 | 10110001 | 10111110 | 0 | 1100 | 101 | 10101 | 101001000 | 10010 | 1001010 |
Color Harmonies of #C9B1BE
Complementary color
Monochromatic Colors of #C9B1BE
Black with #C9B1BE
Text Example
Text Example
White with #C9B1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B1BE; }
p { color: rgb(201,177,190); }
H1.HeaderClassName
{
color: #C9B1BE;
}
.AnyTagClassName
{
color: #C9B1BE;
}
</style>
background-color css
<style>
a { background-color: #C9B1BE; }
a { background-color: rgb(201,177,190); }
div.DivClassName
{
background-color: #C9B1BE;
}
.BgClassName
{
background-color: #C9B1BE;
}
</style>
border-color css
<style>
span { border-color: #C9B1BE; }
span { border-color: rgb(201,177,190); }
td.TdClassName
{
border-color: #C9B1BE;
}
.TagClassName
{
border-color: #C9B1BE;
}
</style>