Shades of Maverick #C5BABF
Tints of Maverick #C5BABF
RGB
CMYK
RGB Variations
Color information
#C5BABF (or 0xC5BABF) is known color: Maverick. HEX triplet: C5, BA and BF. RGB value is (197,186,191). Sum of RGB (Red+Green+Blue) = 197+186+191=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 186 (73.05% from 255 or 32.40% from 574); Blue value is 191 (75% from 255 or 33.28% from 574); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BABF is #3A4540. Grayscale: #BDBDBD. Windows color (decimal): -3818817 or 12565189. OLE color: 12565189.
HSL color Cylindrical-coordinate representation of color #C5BABF: hue angle of 332.73º degrees, saturation: 0.09, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C5BABF is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 186 | 191 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.23 |
| HSL | 332.73º | 0.09% | 0.75% | - |
| HSV(B) | 332.73º | 0.06% | 0.77% | - |
| XYZ | 49.99 | 50.75 | 56.45 | - |
| YUV | 189.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 186 | 191 | 0 | 0.06 | 0.03 | 0.23 | 332.73 | 0.09 | 0.75 |
| Hex | C5 | BA | BF | 0 | 6 | 3 | 17 | 14D | 9 | 4B |
| Octal | 305 | 272 | 277 | 0 | 6 | 3 | 27 | 515 | 11 | 113 |
| Binary | 11000101 | 10111010 | 10111111 | 0 | 110 | 11 | 10111 | 101001101 | 1001 | 1001011 |
Color Harmonies of #C5BABF
Complementary color
Monochromatic Colors of #C5BABF
Black with #C5BABF
Text Example
Text Example
White with #C5BABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BABF; }
p { color: rgb(197,186,191); }
H1.HeaderClassName
{
color: #C5BABF;
}
.AnyTagClassName
{
color: #C5BABF;
}
</style>
background-color css
<style>
a { background-color: #C5BABF; }
a { background-color: rgb(197,186,191); }
div.DivClassName
{
background-color: #C5BABF;
}
.BgClassName
{
background-color: #C5BABF;
}
</style>
border-color css
<style>
span { border-color: #C5BABF; }
span { border-color: rgb(197,186,191); }
td.TdClassName
{
border-color: #C5BABF;
}
.TagClassName
{
border-color: #C5BABF;
}
</style>