Shades of Maverick #C5B1C1
Tints of Maverick #C5B1C1
RGB
CMYK
RGB Variations
Color information
#C5B1C1 (or 0xC5B1C1) is known color: Maverick. HEX triplet: C5, B1 and C1. RGB value is (197,177,193). Sum of RGB (Red+Green+Blue) = 197+177+193=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 193 (75.78% from 255 or 34.04% from 567); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B1C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B1C1 is #3A4E3E. Grayscale: #B8B8B8. Windows color (decimal): -3821119 or 12693957. OLE color: 12693957.
HSL color Cylindrical-coordinate representation of color #C5B1C1: hue angle of 312º 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 #C5B1C1 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 177 | 193 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.23 |
| HSL | 312º | 0.15% | 0.73% | - |
| HSV(B) | 312º | 0.1% | 0.77% | - |
| XYZ | 48.37 | 47.16 | 57.01 | - |
| YUV | 184.8 | 132.63 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 177 | 193 | 0 | 0.10 | 0.02 | 0.23 | 312 | 0.15 | 0.73 |
| Hex | C5 | B1 | C1 | 0 | A | 2 | 17 | 138 | F | 49 |
| Octal | 305 | 261 | 301 | 0 | 12 | 2 | 27 | 470 | 17 | 111 |
| Binary | 11000101 | 10110001 | 11000001 | 0 | 1010 | 10 | 10111 | 100111000 | 1111 | 1001001 |
Color Harmonies of #C5B1C1
Complementary color
Monochromatic Colors of #C5B1C1
Black with #C5B1C1
Text Example
Text Example
White with #C5B1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B1C1; }
p { color: rgb(197,177,193); }
H1.HeaderClassName
{
color: #C5B1C1;
}
.AnyTagClassName
{
color: #C5B1C1;
}
</style>
background-color css
<style>
a { background-color: #C5B1C1; }
a { background-color: rgb(197,177,193); }
div.DivClassName
{
background-color: #C5B1C1;
}
.BgClassName
{
background-color: #C5B1C1;
}
</style>
border-color css
<style>
span { border-color: #C5B1C1; }
span { border-color: rgb(197,177,193); }
td.TdClassName
{
border-color: #C5B1C1;
}
.TagClassName
{
border-color: #C5B1C1;
}
</style>