Shades of Maverick #C8B0BE
Tints of Maverick #C8B0BE
RGB
CMYK
RGB Variations
Color information
#C8B0BE (or 0xC8B0BE) is known color: Maverick. HEX triplet: C8, B0 and BE. RGB value is (200,176,190). Sum of RGB (Red+Green+Blue) = 200+176+190=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 190 (74.61% from 255 or 33.57% from 566); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B0BE is #374F41. Grayscale: #B8B8B8. Windows color (decimal): -3624770 or 12497096. OLE color: 12497096.
HSL color Cylindrical-coordinate representation of color #C8B0BE: hue angle of 325º degrees, saturation: 0.18, 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 #C8B0BE is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 176 | 190 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.22 |
| HSL | 325º | 0.18% | 0.74% | - |
| HSV(B) | 325º | 0.12% | 0.78% | - |
| XYZ | 48.64 | 47.05 | 55.23 | - |
| YUV | 184.77 | 130.95 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 190 | 0 | 0.12 | 0.05 | 0.22 | 325 | 0.18 | 0.74 |
| Hex | C8 | B0 | BE | 0 | C | 5 | 16 | 145 | 12 | 4A |
| Octal | 310 | 260 | 276 | 0 | 14 | 5 | 26 | 505 | 22 | 112 |
| Binary | 11001000 | 10110000 | 10111110 | 0 | 1100 | 101 | 10110 | 101000101 | 10010 | 1001010 |
Color Harmonies of #C8B0BE
Complementary color
Monochromatic Colors of #C8B0BE
Black with #C8B0BE
Text Example
Text Example
White with #C8B0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B0BE; }
p { color: rgb(200,176,190); }
H1.HeaderClassName
{
color: #C8B0BE;
}
.AnyTagClassName
{
color: #C8B0BE;
}
</style>
background-color css
<style>
a { background-color: #C8B0BE; }
a { background-color: rgb(200,176,190); }
div.DivClassName
{
background-color: #C8B0BE;
}
.BgClassName
{
background-color: #C8B0BE;
}
</style>
border-color css
<style>
span { border-color: #C8B0BE; }
span { border-color: rgb(200,176,190); }
td.TdClassName
{
border-color: #C8B0BE;
}
.TagClassName
{
border-color: #C8B0BE;
}
</style>