Shades of Maverick #C3A7BD
Tints of Maverick #C3A7BD
RGB
CMYK
RGB Variations
Color information
#C3A7BD (or 0xC3A7BD) is known color: Maverick. HEX triplet: C3, A7 and BD. RGB value is (195,167,189). Sum of RGB (Red+Green+Blue) = 195+167+189=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 167 (65.62% from 255 or 30.31% from 551); Blue value is 189 (74.22% from 255 or 34.30% from 551); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A7BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A7BD is #3C5842. Grayscale: #B1B1B1. Windows color (decimal): -3954755 or 12429251. OLE color: 12429251.
HSL color Cylindrical-coordinate representation of color #C3A7BD: hue angle of 312.86º degrees, saturation: 0.19, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3A7BD is Cyan = 0, Magento = 0.14, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 167 | 189 | - |
| CMYK | 0 | 0.14 | 0.03 | 0.24 |
| HSL | 312.86º | 0.19% | 0.71% | - |
| HSV(B) | 312.86º | 0.14% | 0.76% | - |
| XYZ | 45.51 | 42.91 | 54.03 | - |
| YUV | 177.88 | 134.28 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 167 | 189 | 0 | 0.14 | 0.03 | 0.24 | 312.86 | 0.19 | 0.71 |
| Hex | C3 | A7 | BD | 0 | E | 3 | 18 | 139 | 13 | 47 |
| Octal | 303 | 247 | 275 | 0 | 16 | 3 | 30 | 471 | 23 | 107 |
| Binary | 11000011 | 10100111 | 10111101 | 0 | 1110 | 11 | 11000 | 100111001 | 10011 | 1000111 |
Color Harmonies of #C3A7BD
Complementary color
Monochromatic Colors of #C3A7BD
Black with #C3A7BD
Text Example
Text Example
White with #C3A7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A7BD; }
p { color: rgb(195,167,189); }
H1.HeaderClassName
{
color: #C3A7BD;
}
.AnyTagClassName
{
color: #C3A7BD;
}
</style>
background-color css
<style>
a { background-color: #C3A7BD; }
a { background-color: rgb(195,167,189); }
div.DivClassName
{
background-color: #C3A7BD;
}
.BgClassName
{
background-color: #C3A7BD;
}
</style>
border-color css
<style>
span { border-color: #C3A7BD; }
span { border-color: rgb(195,167,189); }
td.TdClassName
{
border-color: #C3A7BD;
}
.TagClassName
{
border-color: #C3A7BD;
}
</style>