Shades of Maverick #C2ABBB
Tints of Maverick #C2ABBB
RGB
CMYK
RGB Variations
Color information
#C2ABBB (or 0xC2ABBB) is known color: Maverick. HEX triplet: C2, AB and BB. RGB value is (194,171,187). Sum of RGB (Red+Green+Blue) = 194+171+187=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ABBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ABBB is #3D5444. Grayscale: #B3B3B3. Windows color (decimal): -4019269 or 12299202. OLE color: 12299202.
HSL color Cylindrical-coordinate representation of color #C2ABBB: hue angle of 318.26º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2ABBB is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 171 | 187 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.24 |
| HSL | 318.26º | 0.16% | 0.72% | - |
| HSV(B) | 318.26º | 0.12% | 0.76% | - |
| XYZ | 45.78 | 44.18 | 53.13 | - |
| YUV | 179.7 | 132.12 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 171 | 187 | 0 | 0.12 | 0.04 | 0.24 | 318.26 | 0.16 | 0.72 |
| Hex | C2 | AB | BB | 0 | C | 4 | 18 | 13E | 10 | 48 |
| Octal | 302 | 253 | 273 | 0 | 14 | 4 | 30 | 476 | 20 | 110 |
| Binary | 11000010 | 10101011 | 10111011 | 0 | 1100 | 100 | 11000 | 100111110 | 10000 | 1001000 |
Color Harmonies of #C2ABBB
Complementary color
Monochromatic Colors of #C2ABBB
Black with #C2ABBB
Text Example
Text Example
White with #C2ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ABBB; }
p { color: rgb(194,171,187); }
H1.HeaderClassName
{
color: #C2ABBB;
}
.AnyTagClassName
{
color: #C2ABBB;
}
</style>
background-color css
<style>
a { background-color: #C2ABBB; }
a { background-color: rgb(194,171,187); }
div.DivClassName
{
background-color: #C2ABBB;
}
.BgClassName
{
background-color: #C2ABBB;
}
</style>
border-color css
<style>
span { border-color: #C2ABBB; }
span { border-color: rgb(194,171,187); }
td.TdClassName
{
border-color: #C2ABBB;
}
.TagClassName
{
border-color: #C2ABBB;
}
</style>