Shades of Maverick #C8A7BE
Tints of Maverick #C8A7BE
RGB
CMYK
RGB Variations
Color information
#C8A7BE (or 0xC8A7BE) is known color: Maverick. HEX triplet: C8, A7 and BE. RGB value is (200,167,190). Sum of RGB (Red+Green+Blue) = 200+167+190=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 167 (65.62% from 255 or 29.98% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A7BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A7BE is #375841. Grayscale: #B3B3B3. Windows color (decimal): -3627074 or 12494792. OLE color: 12494792.
HSL color Cylindrical-coordinate representation of color #C8A7BE: hue angle of 318.18º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C8A7BE is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 167 | 190 | - |
| CMYK | 0 | 0.16 | 0.05 | 0.22 |
| HSL | 318.18º | 0.23% | 0.72% | - |
| HSV(B) | 318.18º | 0.17% | 0.78% | - |
| XYZ | 46.93 | 43.63 | 54.66 | - |
| YUV | 179.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 167 | 190 | 0 | 0.16 | 0.05 | 0.22 | 318.18 | 0.23 | 0.72 |
| Hex | C8 | A7 | BE | 0 | 10 | 5 | 16 | 13E | 17 | 48 |
| Octal | 310 | 247 | 276 | 0 | 20 | 5 | 26 | 476 | 27 | 110 |
| Binary | 11001000 | 10100111 | 10111110 | 0 | 10000 | 101 | 10110 | 100111110 | 10111 | 1001000 |
Color Harmonies of #C8A7BE
Complementary color
Monochromatic Colors of #C8A7BE
Black with #C8A7BE
Text Example
Text Example
White with #C8A7BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A7BE; }
p { color: rgb(200,167,190); }
H1.HeaderClassName
{
color: #C8A7BE;
}
.AnyTagClassName
{
color: #C8A7BE;
}
</style>
background-color css
<style>
a { background-color: #C8A7BE; }
a { background-color: rgb(200,167,190); }
div.DivClassName
{
background-color: #C8A7BE;
}
.BgClassName
{
background-color: #C8A7BE;
}
</style>
border-color css
<style>
span { border-color: #C8A7BE; }
span { border-color: rgb(200,167,190); }
td.TdClassName
{
border-color: #C8A7BE;
}
.TagClassName
{
border-color: #C8A7BE;
}
</style>