Shades of Maverick #C8B1BF
Tints of Maverick #C8B1BF
RGB
CMYK
RGB Variations
Color information
#C8B1BF (or 0xC8B1BF) is known color: Maverick. HEX triplet: C8, B1 and BF. RGB value is (200,177,191). Sum of RGB (Red+Green+Blue) = 200+177+191=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B1BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B1BF is #374E40. Grayscale: #B9B9B9. Windows color (decimal): -3624513 or 12562888. OLE color: 12562888.
HSL color Cylindrical-coordinate representation of color #C8B1BF: hue angle of 323.48º 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 #C8B1BF is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 177 | 191 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.22 |
| HSL | 323.48º | 0.17% | 0.74% | - |
| HSV(B) | 323.48º | 0.12% | 0.78% | - |
| XYZ | 48.95 | 47.49 | 55.88 | - |
| YUV | 185.47 | 131.12 | 138.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 177 | 191 | 0 | 0.12 | 0.04 | 0.22 | 323.48 | 0.17 | 0.74 |
| Hex | C8 | B1 | BF | 0 | C | 4 | 16 | 143 | 11 | 4A |
| Octal | 310 | 261 | 277 | 0 | 14 | 4 | 26 | 503 | 21 | 112 |
| Binary | 11001000 | 10110001 | 10111111 | 0 | 1100 | 100 | 10110 | 101000011 | 10001 | 1001010 |
Color Harmonies of #C8B1BF
Complementary color
Monochromatic Colors of #C8B1BF
Black with #C8B1BF
Text Example
Text Example
White with #C8B1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B1BF; }
p { color: rgb(200,177,191); }
H1.HeaderClassName
{
color: #C8B1BF;
}
.AnyTagClassName
{
color: #C8B1BF;
}
</style>
background-color css
<style>
a { background-color: #C8B1BF; }
a { background-color: rgb(200,177,191); }
div.DivClassName
{
background-color: #C8B1BF;
}
.BgClassName
{
background-color: #C8B1BF;
}
</style>
border-color css
<style>
span { border-color: #C8B1BF; }
span { border-color: rgb(200,177,191); }
td.TdClassName
{
border-color: #C8B1BF;
}
.TagClassName
{
border-color: #C8B1BF;
}
</style>