Shades of Maverick #C5BABE
Tints of Maverick #C5BABE
RGB
CMYK
RGB Variations
Color information
#C5BABE (or 0xC5BABE) is known color: Maverick. HEX triplet: C5, BA and BE. RGB value is (197,186,190). Sum of RGB (Red+Green+Blue) = 197+186+190=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 190 (74.61% from 255 or 33.16% from 573); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5BABE is #3A4541. Grayscale: #BDBDBD. Windows color (decimal): -3818818 or 12499653. OLE color: 12499653.
HSL color Cylindrical-coordinate representation of color #C5BABE: hue angle of 338.18º 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 #C5BABE is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 186 | 190 | - |
CMYK | 0 | 0.06 | 0.04 | 0.23 |
HSL | 338.18º | 0.09% | 0.75% | - |
HSV(B) | 338.18º | 0.06% | 0.77% | - |
XYZ | 49.88 | 50.71 | 55.87 | - |
YUV | 189.75 | 128.14 | 133.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 186 | 190 | 0 | 0.06 | 0.04 | 0.23 | 338.18 | 0.09 | 0.75 |
Hex | C5 | BA | BE | 0 | 6 | 4 | 17 | 152 | 9 | 4B |
Octal | 305 | 272 | 276 | 0 | 6 | 4 | 27 | 522 | 11 | 113 |
Binary | 11000101 | 10111010 | 10111110 | 0 | 110 | 100 | 10111 | 101010010 | 1001 | 1001011 |
Color Harmonies of #C5BABE
Complementary color
Monochromatic Colors of #C5BABE
Black with #C5BABE
Text Example
Text Example
White with #C5BABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BABE; }
p { color: rgb(197,186,190); }
H1.HeaderClassName
{
color: #C5BABE;
}
.AnyTagClassName
{
color: #C5BABE;
}
</style>
background-color css
<style>
a { background-color: #C5BABE; }
a { background-color: rgb(197,186,190); }
div.DivClassName
{
background-color: #C5BABE;
}
.BgClassName
{
background-color: #C5BABE;
}
</style>
border-color css
<style>
span { border-color: #C5BABE; }
span { border-color: rgb(197,186,190); }
td.TdClassName
{
border-color: #C5BABE;
}
.TagClassName
{
border-color: #C5BABE;
}
</style>