Shades of Maverick #C5A9BD
Tints of Maverick #C5A9BD
RGB
CMYK
RGB Variations
Color information
#C5A9BD (or 0xC5A9BD) is known color: Maverick. HEX triplet: C5, A9 and BD. RGB value is (197,169,189). Sum of RGB (Red+Green+Blue) = 197+169+189=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 169 (66.41% from 255 or 30.45% from 555); Blue value is 189 (74.22% from 255 or 34.05% from 555); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A9BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A9BD is #3A5642. Grayscale: #B3B3B3. Windows color (decimal): -3823171 or 12429765. OLE color: 12429765.
HSL color Cylindrical-coordinate representation of color #C5A9BD: hue angle of 317.14º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5A9BD is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 169 | 189 | - |
| CMYK | 0 | 0.14 | 0.04 | 0.23 |
| HSL | 317.14º | 0.19% | 0.72% | - |
| HSV(B) | 317.14º | 0.14% | 0.77% | - |
| XYZ | 46.4 | 43.92 | 54.18 | - |
| YUV | 179.65 | 133.28 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 169 | 189 | 0 | 0.14 | 0.04 | 0.23 | 317.14 | 0.19 | 0.72 |
| Hex | C5 | A9 | BD | 0 | E | 4 | 17 | 13D | 13 | 48 |
| Octal | 305 | 251 | 275 | 0 | 16 | 4 | 27 | 475 | 23 | 110 |
| Binary | 11000101 | 10101001 | 10111101 | 0 | 1110 | 100 | 10111 | 100111101 | 10011 | 1001000 |
Color Harmonies of #C5A9BD
Complementary color
Monochromatic Colors of #C5A9BD
Black with #C5A9BD
Text Example
Text Example
White with #C5A9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A9BD; }
p { color: rgb(197,169,189); }
H1.HeaderClassName
{
color: #C5A9BD;
}
.AnyTagClassName
{
color: #C5A9BD;
}
</style>
background-color css
<style>
a { background-color: #C5A9BD; }
a { background-color: rgb(197,169,189); }
div.DivClassName
{
background-color: #C5A9BD;
}
.BgClassName
{
background-color: #C5A9BD;
}
</style>
border-color css
<style>
span { border-color: #C5A9BD; }
span { border-color: rgb(197,169,189); }
td.TdClassName
{
border-color: #C5A9BD;
}
.TagClassName
{
border-color: #C5A9BD;
}
</style>