Shades of Maverick #C5A6BF
Tints of Maverick #C5A6BF
RGB
CMYK
RGB Variations
Color information
#C5A6BF (or 0xC5A6BF) is known color: Maverick. HEX triplet: C5, A6 and BF. RGB value is (197,166,191). Sum of RGB (Red+Green+Blue) = 197+166+191=554 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.56% from 554); Green value is 166 (65.23% from 255 or 29.96% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A6BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A6BF is #3A5940. Grayscale: #B2B2B2. Windows color (decimal): -3823937 or 12560069. OLE color: 12560069.
HSL color Cylindrical-coordinate representation of color #C5A6BF: hue angle of 311.61º degrees, saturation: 0.21, 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 #C5A6BF is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 166 | 191 | - |
| CMYK | 0 | 0.16 | 0.03 | 0.23 |
| HSL | 311.61º | 0.21% | 0.71% | - |
| HSV(B) | 311.61º | 0.16% | 0.77% | - |
| XYZ | 46.07 | 42.9 | 55.14 | - |
| YUV | 178.12 | 135.27 | 141.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 166 | 191 | 0 | 0.16 | 0.03 | 0.23 | 311.61 | 0.21 | 0.71 |
| Hex | C5 | A6 | BF | 0 | 10 | 3 | 17 | 138 | 15 | 47 |
| Octal | 305 | 246 | 277 | 0 | 20 | 3 | 27 | 470 | 25 | 107 |
| Binary | 11000101 | 10100110 | 10111111 | 0 | 10000 | 11 | 10111 | 100111000 | 10101 | 1000111 |
Color Harmonies of #C5A6BF
Complementary color
Monochromatic Colors of #C5A6BF
Black with #C5A6BF
Text Example
Text Example
White with #C5A6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A6BF; }
p { color: rgb(197,166,191); }
H1.HeaderClassName
{
color: #C5A6BF;
}
.AnyTagClassName
{
color: #C5A6BF;
}
</style>
background-color css
<style>
a { background-color: #C5A6BF; }
a { background-color: rgb(197,166,191); }
div.DivClassName
{
background-color: #C5A6BF;
}
.BgClassName
{
background-color: #C5A6BF;
}
</style>
border-color css
<style>
span { border-color: #C5A6BF; }
span { border-color: rgb(197,166,191); }
td.TdClassName
{
border-color: #C5A6BF;
}
.TagClassName
{
border-color: #C5A6BF;
}
</style>