Shades of Maverick #C8AABF
Tints of Maverick #C8AABF
RGB
CMYK
RGB Variations
Color information
#C8AABF (or 0xC8AABF) is known color: Maverick. HEX triplet: C8, AA and BF. RGB value is (200,170,191). Sum of RGB (Red+Green+Blue) = 200+170+191=561 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.65% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8AABF is #375540. Grayscale: #B5B5B5. Windows color (decimal): -3626305 or 12561096. OLE color: 12561096.
HSL color Cylindrical-coordinate representation of color #C8AABF: hue angle of 318º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C8AABF is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 191 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.22 |
| HSL | 318º | 0.21% | 0.73% | - |
| HSV(B) | 318º | 0.15% | 0.78% | - |
| XYZ | 47.6 | 44.79 | 55.43 | - |
| YUV | 181.36 | 133.44 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 191 | 0 | 0.15 | 0.04 | 0.22 | 318 | 0.21 | 0.73 |
| Hex | C8 | AA | BF | 0 | F | 4 | 16 | 13E | 15 | 49 |
| Octal | 310 | 252 | 277 | 0 | 17 | 4 | 26 | 476 | 25 | 111 |
| Binary | 11001000 | 10101010 | 10111111 | 0 | 1111 | 100 | 10110 | 100111110 | 10101 | 1001001 |
Color Harmonies of #C8AABF
Complementary color
Monochromatic Colors of #C8AABF
Black with #C8AABF
Text Example
Text Example
White with #C8AABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AABF; }
p { color: rgb(200,170,191); }
H1.HeaderClassName
{
color: #C8AABF;
}
.AnyTagClassName
{
color: #C8AABF;
}
</style>
background-color css
<style>
a { background-color: #C8AABF; }
a { background-color: rgb(200,170,191); }
div.DivClassName
{
background-color: #C8AABF;
}
.BgClassName
{
background-color: #C8AABF;
}
</style>
border-color css
<style>
span { border-color: #C8AABF; }
span { border-color: rgb(200,170,191); }
td.TdClassName
{
border-color: #C8AABF;
}
.TagClassName
{
border-color: #C8AABF;
}
</style>