Shades of Maverick #C5B0BC
Tints of Maverick #C5B0BC
RGB
CMYK
RGB Variations
Color information
#C5B0BC (or 0xC5B0BC) is known color: Maverick. HEX triplet: C5, B0 and BC. RGB value is (197,176,188). Sum of RGB (Red+Green+Blue) = 197+176+188=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 176 (69.14% from 255 or 31.37% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B0BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B0BC is #3A4F43. Grayscale: #B7B7B7. Windows color (decimal): -3821380 or 12366021. OLE color: 12366021.
HSL color Cylindrical-coordinate representation of color #C5B0BC: hue angle of 325.71º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5B0BC is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 176 | 188 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.23 |
| HSL | 325.71º | 0.15% | 0.73% | - |
| HSV(B) | 325.71º | 0.11% | 0.77% | - |
| XYZ | 47.63 | 46.55 | 54.05 | - |
| YUV | 183.65 | 130.46 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 176 | 188 | 0 | 0.11 | 0.05 | 0.23 | 325.71 | 0.15 | 0.73 |
| Hex | C5 | B0 | BC | 0 | B | 5 | 17 | 146 | F | 49 |
| Octal | 305 | 260 | 274 | 0 | 13 | 5 | 27 | 506 | 17 | 111 |
| Binary | 11000101 | 10110000 | 10111100 | 0 | 1011 | 101 | 10111 | 101000110 | 1111 | 1001001 |
Color Harmonies of #C5B0BC
Complementary color
Monochromatic Colors of #C5B0BC
Black with #C5B0BC
Text Example
Text Example
White with #C5B0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B0BC; }
p { color: rgb(197,176,188); }
H1.HeaderClassName
{
color: #C5B0BC;
}
.AnyTagClassName
{
color: #C5B0BC;
}
</style>
background-color css
<style>
a { background-color: #C5B0BC; }
a { background-color: rgb(197,176,188); }
div.DivClassName
{
background-color: #C5B0BC;
}
.BgClassName
{
background-color: #C5B0BC;
}
</style>
border-color css
<style>
span { border-color: #C5B0BC; }
span { border-color: rgb(197,176,188); }
td.TdClassName
{
border-color: #C5B0BC;
}
.TagClassName
{
border-color: #C5B0BC;
}
</style>