Shades of Maverick #C3A7BA
Tints of Maverick #C3A7BA
RGB
CMYK
RGB Variations
Color information
#C3A7BA (or 0xC3A7BA) is known color: Maverick. HEX triplet: C3, A7 and BA. RGB value is (195,167,186). Sum of RGB (Red+Green+Blue) = 195+167+186=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 167 (65.62% from 255 or 30.47% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A7BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A7BA is #3C5845. Grayscale: #B1B1B1. Windows color (decimal): -3954758 or 12232643. OLE color: 12232643.
HSL color Cylindrical-coordinate representation of color #C3A7BA: hue angle of 319.29º degrees, saturation: 0.19, 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 #C3A7BA is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 167 | 186 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.24 |
| HSL | 319.29º | 0.19% | 0.71% | - |
| HSV(B) | 319.29º | 0.14% | 0.76% | - |
| XYZ | 45.19 | 42.78 | 52.33 | - |
| YUV | 177.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 167 | 186 | 0 | 0.14 | 0.05 | 0.24 | 319.29 | 0.19 | 0.71 |
| Hex | C3 | A7 | BA | 0 | E | 5 | 18 | 13F | 13 | 47 |
| Octal | 303 | 247 | 272 | 0 | 16 | 5 | 30 | 477 | 23 | 107 |
| Binary | 11000011 | 10100111 | 10111010 | 0 | 1110 | 101 | 11000 | 100111111 | 10011 | 1000111 |
Color Harmonies of #C3A7BA
Complementary color
Monochromatic Colors of #C3A7BA
Black with #C3A7BA
Text Example
Text Example
White with #C3A7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A7BA; }
p { color: rgb(195,167,186); }
H1.HeaderClassName
{
color: #C3A7BA;
}
.AnyTagClassName
{
color: #C3A7BA;
}
</style>
background-color css
<style>
a { background-color: #C3A7BA; }
a { background-color: rgb(195,167,186); }
div.DivClassName
{
background-color: #C3A7BA;
}
.BgClassName
{
background-color: #C3A7BA;
}
</style>
border-color css
<style>
span { border-color: #C3A7BA; }
span { border-color: rgb(195,167,186); }
td.TdClassName
{
border-color: #C3A7BA;
}
.TagClassName
{
border-color: #C3A7BA;
}
</style>