Shades of Maverick #C5B1C0
Tints of Maverick #C5B1C0
RGB
CMYK
RGB Variations
Color information
#C5B1C0 (or 0xC5B1C0) is known color: Maverick. HEX triplet: C5, B1 and C0. RGB value is (197,177,192). Sum of RGB (Red+Green+Blue) = 197+177+192=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 177 (69.53% from 255 or 31.27% from 566); Blue value is 192 (75.39% from 255 or 33.92% from 566); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B1C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B1C0 is #3A4E3F. Grayscale: #B8B8B8. Windows color (decimal): -3821120 or 12628421. OLE color: 12628421.
HSL color Cylindrical-coordinate representation of color #C5B1C0: hue angle of 315º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C5B1C0 is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 177 | 192 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.23 |
| HSL | 315º | 0.15% | 0.73% | - |
| HSV(B) | 315º | 0.1% | 0.77% | - |
| XYZ | 48.26 | 47.12 | 56.42 | - |
| YUV | 184.69 | 132.13 | 136.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 177 | 192 | 0 | 0.10 | 0.03 | 0.23 | 315 | 0.15 | 0.73 |
| Hex | C5 | B1 | C0 | 0 | A | 3 | 17 | 13B | F | 49 |
| Octal | 305 | 261 | 300 | 0 | 12 | 3 | 27 | 473 | 17 | 111 |
| Binary | 11000101 | 10110001 | 11000000 | 0 | 1010 | 11 | 10111 | 100111011 | 1111 | 1001001 |
Color Harmonies of #C5B1C0
Complementary color
Monochromatic Colors of #C5B1C0
Black with #C5B1C0
Text Example
Text Example
White with #C5B1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B1C0; }
p { color: rgb(197,177,192); }
H1.HeaderClassName
{
color: #C5B1C0;
}
.AnyTagClassName
{
color: #C5B1C0;
}
</style>
background-color css
<style>
a { background-color: #C5B1C0; }
a { background-color: rgb(197,177,192); }
div.DivClassName
{
background-color: #C5B1C0;
}
.BgClassName
{
background-color: #C5B1C0;
}
</style>
border-color css
<style>
span { border-color: #C5B1C0; }
span { border-color: rgb(197,177,192); }
td.TdClassName
{
border-color: #C5B1C0;
}
.TagClassName
{
border-color: #C5B1C0;
}
</style>