Shades of Maverick #C3AABC
Tints of Maverick #C3AABC
RGB
CMYK
RGB Variations
Color information
#C3AABC (or 0xC3AABC) is known color: Maverick. HEX triplet: C3, AA and BC. RGB value is (195,170,188). Sum of RGB (Red+Green+Blue) = 195+170+188=553 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.26% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3AABC is #3C5543. Grayscale: #B3B3B3. Windows color (decimal): -3953988 or 12364483. OLE color: 12364483.
HSL color Cylindrical-coordinate representation of color #C3AABC: hue angle of 316.8º 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 #C3AABC is Cyan = 0, Magento = 0.13, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 170 | 188 | - |
| CMYK | 0 | 0.13 | 0.04 | 0.24 |
| HSL | 316.8º | 0.17% | 0.72% | - |
| HSV(B) | 316.8º | 0.13% | 0.76% | - |
| XYZ | 45.96 | 43.98 | 53.64 | - |
| YUV | 179.53 | 132.78 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 188 | 0 | 0.13 | 0.04 | 0.24 | 316.8 | 0.17 | 0.72 |
| Hex | C3 | AA | BC | 0 | D | 4 | 18 | 13D | 11 | 48 |
| Octal | 303 | 252 | 274 | 0 | 15 | 4 | 30 | 475 | 21 | 110 |
| Binary | 11000011 | 10101010 | 10111100 | 0 | 1101 | 100 | 11000 | 100111101 | 10001 | 1001000 |
Color Harmonies of #C3AABC
Complementary color
Monochromatic Colors of #C3AABC
Black with #C3AABC
Text Example
Text Example
White with #C3AABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AABC; }
p { color: rgb(195,170,188); }
H1.HeaderClassName
{
color: #C3AABC;
}
.AnyTagClassName
{
color: #C3AABC;
}
</style>
background-color css
<style>
a { background-color: #C3AABC; }
a { background-color: rgb(195,170,188); }
div.DivClassName
{
background-color: #C3AABC;
}
.BgClassName
{
background-color: #C3AABC;
}
</style>
border-color css
<style>
span { border-color: #C3AABC; }
span { border-color: rgb(195,170,188); }
td.TdClassName
{
border-color: #C3AABC;
}
.TagClassName
{
border-color: #C3AABC;
}
</style>