Shades of Maverick #C2A7BC
Tints of Maverick #C2A7BC
RGB
CMYK
RGB Variations
Color information
#C2A7BC (or 0xC2A7BC) is known color: Maverick. HEX triplet: C2, A7 and BC. RGB value is (194,167,188). Sum of RGB (Red+Green+Blue) = 194+167+188=549 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.34% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A7BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2A7BC is #3D5843. Grayscale: #B1B1B1. Windows color (decimal): -4020292 or 12363714. OLE color: 12363714.
HSL color Cylindrical-coordinate representation of color #C2A7BC: hue angle of 313.33º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2A7BC is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 167 | 188 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.24 |
| HSL | 313.33º | 0.18% | 0.71% | - |
| HSV(B) | 313.33º | 0.14% | 0.76% | - |
| XYZ | 45.14 | 42.74 | 53.45 | - |
| YUV | 177.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 167 | 188 | 0 | 0.14 | 0.03 | 0.24 | 313.33 | 0.18 | 0.71 |
| Hex | C2 | A7 | BC | 0 | E | 3 | 18 | 139 | 12 | 47 |
| Octal | 302 | 247 | 274 | 0 | 16 | 3 | 30 | 471 | 22 | 107 |
| Binary | 11000010 | 10100111 | 10111100 | 0 | 1110 | 11 | 11000 | 100111001 | 10010 | 1000111 |
Color Harmonies of #C2A7BC
Complementary color
Monochromatic Colors of #C2A7BC
Black with #C2A7BC
Text Example
Text Example
White with #C2A7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A7BC; }
p { color: rgb(194,167,188); }
H1.HeaderClassName
{
color: #C2A7BC;
}
.AnyTagClassName
{
color: #C2A7BC;
}
</style>
background-color css
<style>
a { background-color: #C2A7BC; }
a { background-color: rgb(194,167,188); }
div.DivClassName
{
background-color: #C2A7BC;
}
.BgClassName
{
background-color: #C2A7BC;
}
</style>
border-color css
<style>
span { border-color: #C2A7BC; }
span { border-color: rgb(194,167,188); }
td.TdClassName
{
border-color: #C2A7BC;
}
.TagClassName
{
border-color: #C2A7BC;
}
</style>