Shades of Maverick #C3A6BC
Tints of Maverick #C3A6BC
RGB
CMYK
RGB Variations
Color information
#C3A6BC (or 0xC3A6BC) is known color: Maverick. HEX triplet: C3, A6 and BC. RGB value is (195,166,188). Sum of RGB (Red+Green+Blue) = 195+166+188=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A6BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A6BC is #3C5943. Grayscale: #B1B1B1. Windows color (decimal): -3955012 or 12363459. OLE color: 12363459.
HSL color Cylindrical-coordinate representation of color #C3A6BC: hue angle of 314.48º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3A6BC is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 166 | 188 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.24 |
| HSL | 314.48º | 0.19% | 0.71% | - |
| HSV(B) | 314.48º | 0.15% | 0.76% | - |
| XYZ | 45.22 | 42.51 | 53.4 | - |
| YUV | 177.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 166 | 188 | 0 | 0.15 | 0.04 | 0.24 | 314.48 | 0.19 | 0.71 |
| Hex | C3 | A6 | BC | 0 | F | 4 | 18 | 13A | 13 | 47 |
| Octal | 303 | 246 | 274 | 0 | 17 | 4 | 30 | 472 | 23 | 107 |
| Binary | 11000011 | 10100110 | 10111100 | 0 | 1111 | 100 | 11000 | 100111010 | 10011 | 1000111 |
Color Harmonies of #C3A6BC
Complementary color
Monochromatic Colors of #C3A6BC
Black with #C3A6BC
Text Example
Text Example
White with #C3A6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A6BC; }
p { color: rgb(195,166,188); }
H1.HeaderClassName
{
color: #C3A6BC;
}
.AnyTagClassName
{
color: #C3A6BC;
}
</style>
background-color css
<style>
a { background-color: #C3A6BC; }
a { background-color: rgb(195,166,188); }
div.DivClassName
{
background-color: #C3A6BC;
}
.BgClassName
{
background-color: #C3A6BC;
}
</style>
border-color css
<style>
span { border-color: #C3A6BC; }
span { border-color: rgb(195,166,188); }
td.TdClassName
{
border-color: #C3A6BC;
}
.TagClassName
{
border-color: #C3A6BC;
}
</style>