Shades of Maverick #C0ABBB
Tints of Maverick #C0ABBB
RGB
CMYK
RGB Variations
Color information
#C0ABBB (or 0xC0ABBB) is known color: Maverick. HEX triplet: C0, AB and BB. RGB value is (192,171,187). Sum of RGB (Red+Green+Blue) = 192+171+187=550 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.91% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 187 (73.44% from 255 or 34% from 550); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABBB is #3F5444. Grayscale: #B3B3B3. Windows color (decimal): -4150341 or 12299200. OLE color: 12299200.
HSL color Cylindrical-coordinate representation of color #C0ABBB: hue angle of 314.29º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0ABBB is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 171 | 187 | - |
CMYK | 0 | 0.11 | 0.03 | 0.25 |
HSL | 314.29º | 0.14% | 0.71% | - |
HSV(B) | 314.29º | 0.11% | 0.75% | - |
XYZ | 45.27 | 43.92 | 53.11 | - |
YUV | 179.1 | 132.46 | 137.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 171 | 187 | 0 | 0.11 | 0.03 | 0.25 | 314.29 | 0.14 | 0.71 |
Hex | C0 | AB | BB | 0 | B | 3 | 19 | 13A | E | 47 |
Octal | 300 | 253 | 273 | 0 | 13 | 3 | 31 | 472 | 16 | 107 |
Binary | 11000000 | 10101011 | 10111011 | 0 | 1011 | 11 | 11001 | 100111010 | 1110 | 1000111 |
Color Harmonies of #C0ABBB
Complementary color
Monochromatic Colors of #C0ABBB
Black with #C0ABBB
Text Example
Text Example
White with #C0ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ABBB; }
p { color: rgb(192,171,187); }
H1.HeaderClassName
{
color: #C0ABBB;
}
.AnyTagClassName
{
color: #C0ABBB;
}
</style>
background-color css
<style>
a { background-color: #C0ABBB; }
a { background-color: rgb(192,171,187); }
div.DivClassName
{
background-color: #C0ABBB;
}
.BgClassName
{
background-color: #C0ABBB;
}
</style>
border-color css
<style>
span { border-color: #C0ABBB; }
span { border-color: rgb(192,171,187); }
td.TdClassName
{
border-color: #C0ABBB;
}
.TagClassName
{
border-color: #C0ABBB;
}
</style>