Shades of Maverick #C3A4BD
Tints of Maverick #C3A4BD
RGB
CMYK
RGB Variations
Color information
#C3A4BD (or 0xC3A4BD) is known color: Maverick. HEX triplet: C3, A4 and BD. RGB value is (195,164,189). Sum of RGB (Red+Green+Blue) = 195+164+189=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 164 (64.45% from 255 or 29.93% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A4BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A4BD is #3C5B42. Grayscale: #B0B0B0. Windows color (decimal): -3955523 or 12428483. OLE color: 12428483.
HSL color Cylindrical-coordinate representation of color #C3A4BD: hue angle of 311.61º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C3A4BD is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 164 | 189 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.24 |
| HSL | 311.61º | 0.21% | 0.7% | - |
| HSV(B) | 311.61º | 0.16% | 0.76% | - |
| XYZ | 44.97 | 41.83 | 53.85 | - |
| YUV | 176.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 164 | 189 | 0 | 0.16 | 0.03 | 0.24 | 311.61 | 0.21 | 0.7 |
| Hex | C3 | A4 | BD | 0 | 10 | 3 | 18 | 138 | 15 | 46 |
| Octal | 303 | 244 | 275 | 0 | 20 | 3 | 30 | 470 | 25 | 106 |
| Binary | 11000011 | 10100100 | 10111101 | 0 | 10000 | 11 | 11000 | 100111000 | 10101 | 1000110 |
Color Harmonies of #C3A4BD
Complementary color
Monochromatic Colors of #C3A4BD
Black with #C3A4BD
Text Example
Text Example
White with #C3A4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A4BD; }
p { color: rgb(195,164,189); }
H1.HeaderClassName
{
color: #C3A4BD;
}
.AnyTagClassName
{
color: #C3A4BD;
}
</style>
background-color css
<style>
a { background-color: #C3A4BD; }
a { background-color: rgb(195,164,189); }
div.DivClassName
{
background-color: #C3A4BD;
}
.BgClassName
{
background-color: #C3A4BD;
}
</style>
border-color css
<style>
span { border-color: #C3A4BD; }
span { border-color: rgb(195,164,189); }
td.TdClassName
{
border-color: #C3A4BD;
}
.TagClassName
{
border-color: #C3A4BD;
}
</style>