Shades of Maverick #C5A5BF
Tints of Maverick #C5A5BF
RGB
CMYK
RGB Variations
Color information
#C5A5BF (or 0xC5A5BF) is known color: Maverick. HEX triplet: C5, A5 and BF. RGB value is (197,165,191). Sum of RGB (Red+Green+Blue) = 197+165+191=553 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.62% from 553); Green value is 165 (64.84% from 255 or 29.84% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A5BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A5BF is #3A5A40. Grayscale: #B1B1B1. Windows color (decimal): -3824193 or 12559813. OLE color: 12559813.
HSL color Cylindrical-coordinate representation of color #C5A5BF: hue angle of 311.25º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5A5BF is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 165 | 191 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.23 |
| HSL | 311.25º | 0.22% | 0.71% | - |
| HSV(B) | 311.25º | 0.16% | 0.77% | - |
| XYZ | 45.89 | 42.54 | 55.08 | - |
| YUV | 177.53 | 135.6 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 165 | 191 | 0 | 0.16 | 0.03 | 0.23 | 311.25 | 0.22 | 0.71 |
| Hex | C5 | A5 | BF | 0 | 10 | 3 | 17 | 137 | 16 | 47 |
| Octal | 305 | 245 | 277 | 0 | 20 | 3 | 27 | 467 | 26 | 107 |
| Binary | 11000101 | 10100101 | 10111111 | 0 | 10000 | 11 | 10111 | 100110111 | 10110 | 1000111 |
Color Harmonies of #C5A5BF
Complementary color
Monochromatic Colors of #C5A5BF
Black with #C5A5BF
Text Example
Text Example
White with #C5A5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A5BF; }
p { color: rgb(197,165,191); }
H1.HeaderClassName
{
color: #C5A5BF;
}
.AnyTagClassName
{
color: #C5A5BF;
}
</style>
background-color css
<style>
a { background-color: #C5A5BF; }
a { background-color: rgb(197,165,191); }
div.DivClassName
{
background-color: #C5A5BF;
}
.BgClassName
{
background-color: #C5A5BF;
}
</style>
border-color css
<style>
span { border-color: #C5A5BF; }
span { border-color: rgb(197,165,191); }
td.TdClassName
{
border-color: #C5A5BF;
}
.TagClassName
{
border-color: #C5A5BF;
}
</style>