Shades of Maverick #C8ABB9
Tints of Maverick #C8ABB9
RGB
CMYK
RGB Variations
Color information
#C8ABB9 (or 0xC8ABB9) is known color: Maverick. HEX triplet: C8, AB and B9. RGB value is (200,171,185). Sum of RGB (Red+Green+Blue) = 200+171+185=556 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.97% from 556); Green value is 171 (67.19% from 255 or 30.76% from 556); Blue value is 185 (72.66% from 255 or 33.27% from 556); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ABB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ABB9 is #375446. Grayscale: #B5B5B5. Windows color (decimal): -3626055 or 12168136. OLE color: 12168136.
HSL color Cylindrical-coordinate representation of color #C8ABB9: hue angle of 331.03º 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 #C8ABB9 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 171 | 185 | - |
CMYK | 0 | 0.14 | 0.08 | 0.22 |
HSL | 331.03º | 0.21% | 0.73% | - |
HSV(B) | 331.03º | 0.15% | 0.78% | - |
XYZ | 47.14 | 44.91 | 52.08 | - |
YUV | 181.27 | 130.11 | 141.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 171 | 185 | 0 | 0.14 | 0.08 | 0.22 | 331.03 | 0.21 | 0.73 |
Hex | C8 | AB | B9 | 0 | E | 8 | 16 | 14B | 15 | 49 |
Octal | 310 | 253 | 271 | 0 | 16 | 10 | 26 | 513 | 25 | 111 |
Binary | 11001000 | 10101011 | 10111001 | 0 | 1110 | 1000 | 10110 | 101001011 | 10101 | 1001001 |
Color Harmonies of #C8ABB9
Complementary color
Monochromatic Colors of #C8ABB9
Black with #C8ABB9
Text Example
Text Example
White with #C8ABB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8ABB9; }
p { color: rgb(200,171,185); }
H1.HeaderClassName
{
color: #C8ABB9;
}
.AnyTagClassName
{
color: #C8ABB9;
}
</style>
background-color css
<style>
a { background-color: #C8ABB9; }
a { background-color: rgb(200,171,185); }
div.DivClassName
{
background-color: #C8ABB9;
}
.BgClassName
{
background-color: #C8ABB9;
}
</style>
border-color css
<style>
span { border-color: #C8ABB9; }
span { border-color: rgb(200,171,185); }
td.TdClassName
{
border-color: #C8ABB9;
}
.TagClassName
{
border-color: #C8ABB9;
}
</style>