Shades of Maverick #C9B1BF
Tints of Maverick #C9B1BF
RGB
CMYK
RGB Variations
Color information
#C9B1BF (or 0xC9B1BF) is known color: Maverick. HEX triplet: C9, B1 and BF. RGB value is (201,177,191). Sum of RGB (Red+Green+Blue) = 201+177+191=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 191 (75% from 255 or 33.57% from 569); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B1BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9B1BF is #364E40. Grayscale: #B9B9B9. Windows color (decimal): -3558977 or 12562889. OLE color: 12562889.
HSL color Cylindrical-coordinate representation of color #C9B1BF: hue angle of 325º 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 #C9B1BF is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 177 | 191 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.21 |
| HSL | 325º | 0.18% | 0.74% | - |
| HSV(B) | 325º | 0.12% | 0.79% | - |
| XYZ | 49.21 | 47.62 | 55.89 | - |
| YUV | 185.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 177 | 191 | 0 | 0.12 | 0.05 | 0.21 | 325 | 0.18 | 0.74 |
| Hex | C9 | B1 | BF | 0 | C | 5 | 15 | 145 | 12 | 4A |
| Octal | 311 | 261 | 277 | 0 | 14 | 5 | 25 | 505 | 22 | 112 |
| Binary | 11001001 | 10110001 | 10111111 | 0 | 1100 | 101 | 10101 | 101000101 | 10010 | 1001010 |
Color Harmonies of #C9B1BF
Complementary color
Monochromatic Colors of #C9B1BF
Black with #C9B1BF
Text Example
Text Example
White with #C9B1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B1BF; }
p { color: rgb(201,177,191); }
H1.HeaderClassName
{
color: #C9B1BF;
}
.AnyTagClassName
{
color: #C9B1BF;
}
</style>
background-color css
<style>
a { background-color: #C9B1BF; }
a { background-color: rgb(201,177,191); }
div.DivClassName
{
background-color: #C9B1BF;
}
.BgClassName
{
background-color: #C9B1BF;
}
</style>
border-color css
<style>
span { border-color: #C9B1BF; }
span { border-color: rgb(201,177,191); }
td.TdClassName
{
border-color: #C9B1BF;
}
.TagClassName
{
border-color: #C9B1BF;
}
</style>