Shades of Maverick #C5B7BD
Tints of Maverick #C5B7BD
RGB
CMYK
RGB Variations
Color information
#C5B7BD (or 0xC5B7BD) is known color: Maverick. HEX triplet: C5, B7 and BD. RGB value is (197,183,189). Sum of RGB (Red+Green+Blue) = 197+183+189=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 183 (71.88% from 255 or 32.16% from 569); Blue value is 189 (74.22% from 255 or 33.22% from 569); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B7BD is #3A4842. Grayscale: #BBBBBB. Windows color (decimal): -3819587 or 12433349. OLE color: 12433349.
HSL color Cylindrical-coordinate representation of color #C5B7BD: hue angle of 334.29º degrees, saturation: 0.11, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C5B7BD is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 183 | 189 | - |
| CMYK | 0 | 0.07 | 0.04 | 0.23 |
| HSL | 334.29º | 0.11% | 0.75% | - |
| HSV(B) | 334.29º | 0.07% | 0.77% | - |
| XYZ | 49.14 | 49.41 | 55.09 | - |
| YUV | 187.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 183 | 189 | 0 | 0.07 | 0.04 | 0.23 | 334.29 | 0.11 | 0.75 |
| Hex | C5 | B7 | BD | 0 | 7 | 4 | 17 | 14E | B | 4B |
| Octal | 305 | 267 | 275 | 0 | 7 | 4 | 27 | 516 | 13 | 113 |
| Binary | 11000101 | 10110111 | 10111101 | 0 | 111 | 100 | 10111 | 101001110 | 1011 | 1001011 |
Color Harmonies of #C5B7BD
Complementary color
Monochromatic Colors of #C5B7BD
Black with #C5B7BD
Text Example
Text Example
White with #C5B7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B7BD; }
p { color: rgb(197,183,189); }
H1.HeaderClassName
{
color: #C5B7BD;
}
.AnyTagClassName
{
color: #C5B7BD;
}
</style>
background-color css
<style>
a { background-color: #C5B7BD; }
a { background-color: rgb(197,183,189); }
div.DivClassName
{
background-color: #C5B7BD;
}
.BgClassName
{
background-color: #C5B7BD;
}
</style>
border-color css
<style>
span { border-color: #C5B7BD; }
span { border-color: rgb(197,183,189); }
td.TdClassName
{
border-color: #C5B7BD;
}
.TagClassName
{
border-color: #C5B7BD;
}
</style>