Shades of Maverick #C8B1BD
Tints of Maverick #C8B1BD
RGB
CMYK
RGB Variations
Color information
#C8B1BD (or 0xC8B1BD) is known color: Maverick. HEX triplet: C8, B1 and BD. RGB value is (200,177,189). Sum of RGB (Red+Green+Blue) = 200+177+189=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B1BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B1BD is #374E42. Grayscale: #B9B9B9. Windows color (decimal): -3624515 or 12431816. OLE color: 12431816.
HSL color Cylindrical-coordinate representation of color #C8B1BD: hue angle of 328.7º degrees, saturation: 0.17, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8B1BD is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 177 | 189 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.22 |
| HSL | 328.7º | 0.17% | 0.74% | - |
| HSV(B) | 328.7º | 0.12% | 0.78% | - |
| XYZ | 48.73 | 47.4 | 54.72 | - |
| YUV | 185.25 | 130.12 | 138.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 177 | 189 | 0 | 0.12 | 0.06 | 0.22 | 328.7 | 0.17 | 0.74 |
| Hex | C8 | B1 | BD | 0 | C | 6 | 16 | 149 | 11 | 4A |
| Octal | 310 | 261 | 275 | 0 | 14 | 6 | 26 | 511 | 21 | 112 |
| Binary | 11001000 | 10110001 | 10111101 | 0 | 1100 | 110 | 10110 | 101001001 | 10001 | 1001010 |
Color Harmonies of #C8B1BD
Complementary color
Monochromatic Colors of #C8B1BD
Black with #C8B1BD
Text Example
Text Example
White with #C8B1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B1BD; }
p { color: rgb(200,177,189); }
H1.HeaderClassName
{
color: #C8B1BD;
}
.AnyTagClassName
{
color: #C8B1BD;
}
</style>
background-color css
<style>
a { background-color: #C8B1BD; }
a { background-color: rgb(200,177,189); }
div.DivClassName
{
background-color: #C8B1BD;
}
.BgClassName
{
background-color: #C8B1BD;
}
</style>
border-color css
<style>
span { border-color: #C8B1BD; }
span { border-color: rgb(200,177,189); }
td.TdClassName
{
border-color: #C8B1BD;
}
.TagClassName
{
border-color: #C8B1BD;
}
</style>