Shades of Maverick #C8ABBB
Tints of Maverick #C8ABBB
RGB
CMYK
RGB Variations
Color information
#C8ABBB (or 0xC8ABBB) is known color: Maverick. HEX triplet: C8, AB and BB. RGB value is (200,171,187). Sum of RGB (Red+Green+Blue) = 200+171+187=558 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.84% from 558); Green value is 171 (67.19% from 255 or 30.65% from 558); Blue value is 187 (73.44% from 255 or 33.51% from 558); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ABBB is #375444. Grayscale: #B5B5B5. Windows color (decimal): -3626053 or 12299208. OLE color: 12299208.
HSL color Cylindrical-coordinate representation of color #C8ABBB: hue angle of 326.9º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C8ABBB is Cyan = 0, Magento = 0.14, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 187 | - |
| CMYK | 0 | 0.14 | 0.06 | 0.22 |
| HSL | 326.9º | 0.21% | 0.73% | - |
| HSV(B) | 326.9º | 0.15% | 0.78% | - |
| XYZ | 47.35 | 44.99 | 53.2 | - |
| YUV | 181.5 | 131.11 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 187 | 0 | 0.14 | 0.06 | 0.22 | 326.9 | 0.21 | 0.73 |
| Hex | C8 | AB | BB | 0 | E | 6 | 16 | 147 | 15 | 49 |
| Octal | 310 | 253 | 273 | 0 | 16 | 6 | 26 | 507 | 25 | 111 |
| Binary | 11001000 | 10101011 | 10111011 | 0 | 1110 | 110 | 10110 | 101000111 | 10101 | 1001001 |
Color Harmonies of #C8ABBB
Complementary color
Monochromatic Colors of #C8ABBB
Black with #C8ABBB
Text Example
Text Example
White with #C8ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ABBB; }
p { color: rgb(200,171,187); }
H1.HeaderClassName
{
color: #C8ABBB;
}
.AnyTagClassName
{
color: #C8ABBB;
}
</style>
background-color css
<style>
a { background-color: #C8ABBB; }
a { background-color: rgb(200,171,187); }
div.DivClassName
{
background-color: #C8ABBB;
}
.BgClassName
{
background-color: #C8ABBB;
}
</style>
border-color css
<style>
span { border-color: #C8ABBB; }
span { border-color: rgb(200,171,187); }
td.TdClassName
{
border-color: #C8ABBB;
}
.TagClassName
{
border-color: #C8ABBB;
}
</style>