Shades of Maverick #C3AABA
Tints of Maverick #C3AABA
RGB
CMYK
RGB Variations
Color information
#C3AABA (or 0xC3AABA) is known color: Maverick. HEX triplet: C3, AA and BA. RGB value is (195,170,186). Sum of RGB (Red+Green+Blue) = 195+170+186=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AABA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AABA is #3C5545. Grayscale: #B3B3B3. Windows color (decimal): -3953990 or 12233411. OLE color: 12233411.
HSL color Cylindrical-coordinate representation of color #C3AABA: hue angle of 321.6º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C3AABA is Cyan = 0, Magento = 0.13, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 170 | 186 | - |
| CMYK | 0 | 0.13 | 0.05 | 0.24 |
| HSL | 321.6º | 0.17% | 0.72% | - |
| HSV(B) | 321.6º | 0.13% | 0.76% | - |
| XYZ | 45.74 | 43.9 | 52.52 | - |
| YUV | 179.3 | 131.78 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 186 | 0 | 0.13 | 0.05 | 0.24 | 321.6 | 0.17 | 0.72 |
| Hex | C3 | AA | BA | 0 | D | 5 | 18 | 142 | 11 | 48 |
| Octal | 303 | 252 | 272 | 0 | 15 | 5 | 30 | 502 | 21 | 110 |
| Binary | 11000011 | 10101010 | 10111010 | 0 | 1101 | 101 | 11000 | 101000010 | 10001 | 1001000 |
Color Harmonies of #C3AABA
Complementary color
Monochromatic Colors of #C3AABA
Black with #C3AABA
Text Example
Text Example
White with #C3AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AABA; }
p { color: rgb(195,170,186); }
H1.HeaderClassName
{
color: #C3AABA;
}
.AnyTagClassName
{
color: #C3AABA;
}
</style>
background-color css
<style>
a { background-color: #C3AABA; }
a { background-color: rgb(195,170,186); }
div.DivClassName
{
background-color: #C3AABA;
}
.BgClassName
{
background-color: #C3AABA;
}
</style>
border-color css
<style>
span { border-color: #C3AABA; }
span { border-color: rgb(195,170,186); }
td.TdClassName
{
border-color: #C3AABA;
}
.TagClassName
{
border-color: #C3AABA;
}
</style>