Shades of Maverick #C8A0BF
Tints of Maverick #C8A0BF
RGB
CMYK
RGB Variations
Color information
#C8A0BF (or 0xC8A0BF) is known color: Maverick. HEX triplet: C8, A0 and BF. RGB value is (200,160,191). Sum of RGB (Red+Green+Blue) = 200+160+191=551 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.30% from 551); Green value is 160 (62.89% from 255 or 29.04% from 551); Blue value is 191 (75% from 255 or 34.66% from 551); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A0BF is #375F40. Grayscale: #AFAFAF. Windows color (decimal): -3628865 or 12558536. OLE color: 12558536.
HSL color Cylindrical-coordinate representation of color #C8A0BF: hue angle of 313.5º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C8A0BF is Cyan = 0, Magento = 0.2, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 191 | - |
| CMYK | 0 | 0.2 | 0.04 | 0.22 |
| HSL | 313.5º | 0.27% | 0.71% | - |
| HSV(B) | 313.5º | 0.2% | 0.78% | - |
| XYZ | 45.79 | 41.18 | 54.83 | - |
| YUV | 175.49 | 136.75 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 191 | 0 | 0.2 | 0.04 | 0.22 | 313.5 | 0.27 | 0.71 |
| Hex | C8 | A0 | BF | 0 | 14 | 4 | 16 | 13A | 1B | 47 |
| Octal | 310 | 240 | 277 | 0 | 24 | 4 | 26 | 472 | 33 | 107 |
| Binary | 11001000 | 10100000 | 10111111 | 0 | 10100 | 100 | 10110 | 100111010 | 11011 | 1000111 |
Color Harmonies of #C8A0BF
Complementary color
Monochromatic Colors of #C8A0BF
Black with #C8A0BF
Text Example
Text Example
White with #C8A0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A0BF; }
p { color: rgb(200,160,191); }
H1.HeaderClassName
{
color: #C8A0BF;
}
.AnyTagClassName
{
color: #C8A0BF;
}
</style>
background-color css
<style>
a { background-color: #C8A0BF; }
a { background-color: rgb(200,160,191); }
div.DivClassName
{
background-color: #C8A0BF;
}
.BgClassName
{
background-color: #C8A0BF;
}
</style>
border-color css
<style>
span { border-color: #C8A0BF; }
span { border-color: rgb(200,160,191); }
td.TdClassName
{
border-color: #C8A0BF;
}
.TagClassName
{
border-color: #C8A0BF;
}
</style>