Shades of Maverick #C3A9BA
Tints of Maverick #C3A9BA
RGB
CMYK
RGB Variations
Color information
#C3A9BA (or 0xC3A9BA) is known color: Maverick. HEX triplet: C3, A9 and BA. RGB value is (195,169,186). Sum of RGB (Red+Green+Blue) = 195+169+186=550 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.45% from 550); Green value is 169 (66.41% from 255 or 30.73% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A9BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A9BA is #3C5645. Grayscale: #B2B2B2. Windows color (decimal): -3954246 or 12233155. OLE color: 12233155.
HSL color Cylindrical-coordinate representation of color #C3A9BA: hue angle of 320.77º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3A9BA is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 169 | 186 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.24 |
| HSL | 320.77º | 0.18% | 0.71% | - |
| HSV(B) | 320.77º | 0.13% | 0.76% | - |
| XYZ | 45.56 | 43.52 | 52.45 | - |
| YUV | 178.71 | 132.11 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 169 | 186 | 0 | 0.13 | 0.05 | 0.24 | 320.77 | 0.18 | 0.71 |
| Hex | C3 | A9 | BA | 0 | D | 5 | 18 | 141 | 12 | 47 |
| Octal | 303 | 251 | 272 | 0 | 15 | 5 | 30 | 501 | 22 | 107 |
| Binary | 11000011 | 10101001 | 10111010 | 0 | 1101 | 101 | 11000 | 101000001 | 10010 | 1000111 |
Color Harmonies of #C3A9BA
Complementary color
Monochromatic Colors of #C3A9BA
Black with #C3A9BA
Text Example
Text Example
White with #C3A9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A9BA; }
p { color: rgb(195,169,186); }
H1.HeaderClassName
{
color: #C3A9BA;
}
.AnyTagClassName
{
color: #C3A9BA;
}
</style>
background-color css
<style>
a { background-color: #C3A9BA; }
a { background-color: rgb(195,169,186); }
div.DivClassName
{
background-color: #C3A9BA;
}
.BgClassName
{
background-color: #C3A9BA;
}
</style>
border-color css
<style>
span { border-color: #C3A9BA; }
span { border-color: rgb(195,169,186); }
td.TdClassName
{
border-color: #C3A9BA;
}
.TagClassName
{
border-color: #C3A9BA;
}
</style>