Shades of Maverick #C8B7BF
Tints of Maverick #C8B7BF
RGB
CMYK
RGB Variations
Color information
#C8B7BF (or 0xC8B7BF) is known color: Maverick. HEX triplet: C8, B7 and BF. RGB value is (200,183,191). Sum of RGB (Red+Green+Blue) = 200+183+191=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 183 (71.88% from 255 or 31.88% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B7BF is #374840. Grayscale: #BCBCBC. Windows color (decimal): -3622977 or 12564424. OLE color: 12564424.
HSL color Cylindrical-coordinate representation of color #C8B7BF: hue angle of 331.76º degrees, saturation: 0.13, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C8B7BF is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 183 | 191 | - |
| CMYK | 0 | 0.08 | 0.04 | 0.22 |
| HSL | 331.76º | 0.13% | 0.75% | - |
| HSV(B) | 331.76º | 0.08% | 0.78% | - |
| XYZ | 50.16 | 49.91 | 56.28 | - |
| YUV | 189 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 183 | 191 | 0 | 0.08 | 0.04 | 0.22 | 331.76 | 0.13 | 0.75 |
| Hex | C8 | B7 | BF | 0 | 8 | 4 | 16 | 14C | D | 4B |
| Octal | 310 | 267 | 277 | 0 | 10 | 4 | 26 | 514 | 15 | 113 |
| Binary | 11001000 | 10110111 | 10111111 | 0 | 1000 | 100 | 10110 | 101001100 | 1101 | 1001011 |
Color Harmonies of #C8B7BF
Complementary color
Monochromatic Colors of #C8B7BF
Black with #C8B7BF
Text Example
Text Example
White with #C8B7BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B7BF; }
p { color: rgb(200,183,191); }
H1.HeaderClassName
{
color: #C8B7BF;
}
.AnyTagClassName
{
color: #C8B7BF;
}
</style>
background-color css
<style>
a { background-color: #C8B7BF; }
a { background-color: rgb(200,183,191); }
div.DivClassName
{
background-color: #C8B7BF;
}
.BgClassName
{
background-color: #C8B7BF;
}
</style>
border-color css
<style>
span { border-color: #C8B7BF; }
span { border-color: rgb(200,183,191); }
td.TdClassName
{
border-color: #C8B7BF;
}
.TagClassName
{
border-color: #C8B7BF;
}
</style>