Shades of Maverick #C8B4BF
Tints of Maverick #C8B4BF
RGB
CMYK
RGB Variations
Color information
#C8B4BF (or 0xC8B4BF) is known color: Maverick. HEX triplet: C8, B4 and BF. RGB value is (200,180,191). Sum of RGB (Red+Green+Blue) = 200+180+191=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 180 (70.70% from 255 or 31.52% from 571); Blue value is 191 (75% from 255 or 33.45% from 571); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B4BF is #374B40. Grayscale: #BBBBBB. Windows color (decimal): -3623745 or 12563656. OLE color: 12563656.
HSL color Cylindrical-coordinate representation of color #C8B4BF: hue angle of 327º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8B4BF is Cyan = 0, Magento = 0.1, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 180 | 191 | - |
| CMYK | 0 | 0.1 | 0.04 | 0.22 |
| HSL | 327º | 0.15% | 0.75% | - |
| HSV(B) | 327º | 0.1% | 0.78% | - |
| XYZ | 49.54 | 48.68 | 56.08 | - |
| YUV | 187.23 | 130.13 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 180 | 191 | 0 | 0.1 | 0.04 | 0.22 | 327 | 0.15 | 0.75 |
| Hex | C8 | B4 | BF | 0 | A | 4 | 16 | 147 | F | 4B |
| Octal | 310 | 264 | 277 | 0 | 12 | 4 | 26 | 507 | 17 | 113 |
| Binary | 11001000 | 10110100 | 10111111 | 0 | 1010 | 100 | 10110 | 101000111 | 1111 | 1001011 |
Color Harmonies of #C8B4BF
Complementary color
Monochromatic Colors of #C8B4BF
Black with #C8B4BF
Text Example
Text Example
White with #C8B4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B4BF; }
p { color: rgb(200,180,191); }
H1.HeaderClassName
{
color: #C8B4BF;
}
.AnyTagClassName
{
color: #C8B4BF;
}
</style>
background-color css
<style>
a { background-color: #C8B4BF; }
a { background-color: rgb(200,180,191); }
div.DivClassName
{
background-color: #C8B4BF;
}
.BgClassName
{
background-color: #C8B4BF;
}
</style>
border-color css
<style>
span { border-color: #C8B4BF; }
span { border-color: rgb(200,180,191); }
td.TdClassName
{
border-color: #C8B4BF;
}
.TagClassName
{
border-color: #C8B4BF;
}
</style>