Shades of Maverick #C3A7BB
Tints of Maverick #C3A7BB
RGB
CMYK
RGB Variations
Color information
#C3A7BB (or 0xC3A7BB) is known color: Maverick. HEX triplet: C3, A7 and BB. RGB value is (195,167,187). Sum of RGB (Red+Green+Blue) = 195+167+187=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 167 (65.62% from 255 or 30.42% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A7BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3A7BB is #3C5844. Grayscale: #B1B1B1. Windows color (decimal): -3954757 or 12298179. OLE color: 12298179.
HSL color Cylindrical-coordinate representation of color #C3A7BB: hue angle of 317.14º 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 #C3A7BB is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 167 | 187 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.24 |
| HSL | 317.14º | 0.19% | 0.71% | - |
| HSV(B) | 317.14º | 0.14% | 0.76% | - |
| XYZ | 45.29 | 42.83 | 52.89 | - |
| YUV | 177.65 | 133.28 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 167 | 187 | 0 | 0.14 | 0.04 | 0.24 | 317.14 | 0.19 | 0.71 |
| Hex | C3 | A7 | BB | 0 | E | 4 | 18 | 13D | 13 | 47 |
| Octal | 303 | 247 | 273 | 0 | 16 | 4 | 30 | 475 | 23 | 107 |
| Binary | 11000011 | 10100111 | 10111011 | 0 | 1110 | 100 | 11000 | 100111101 | 10011 | 1000111 |
Color Harmonies of #C3A7BB
Complementary color
Monochromatic Colors of #C3A7BB
Black with #C3A7BB
Text Example
Text Example
White with #C3A7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A7BB; }
p { color: rgb(195,167,187); }
H1.HeaderClassName
{
color: #C3A7BB;
}
.AnyTagClassName
{
color: #C3A7BB;
}
</style>
background-color css
<style>
a { background-color: #C3A7BB; }
a { background-color: rgb(195,167,187); }
div.DivClassName
{
background-color: #C3A7BB;
}
.BgClassName
{
background-color: #C3A7BB;
}
</style>
border-color css
<style>
span { border-color: #C3A7BB; }
span { border-color: rgb(195,167,187); }
td.TdClassName
{
border-color: #C3A7BB;
}
.TagClassName
{
border-color: #C3A7BB;
}
</style>