Shades of Maverick #C5B1B8
Tints of Maverick #C5B1B8
RGB
CMYK
RGB Variations
Color information
#C5B1B8 (or 0xC5B1B8) is known color: Maverick. HEX triplet: C5, B1 and B8. RGB value is (197,177,184). Sum of RGB (Red+Green+Blue) = 197+177+184=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 177 (69.53% from 255 or 31.72% from 558); Blue value is 184 (72.27% from 255 or 32.97% from 558); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B1B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B1B8 is #3A4E47. Grayscale: #B7B7B7. Windows color (decimal): -3821128 or 12104133. OLE color: 12104133.
HSL color Cylindrical-coordinate representation of color #C5B1B8: hue angle of 339º 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 #C5B1B8 is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 177 | 184 | - |
| CMYK | 0 | 0.10 | 0.07 | 0.23 |
| HSL | 339º | 0.15% | 0.73% | - |
| HSV(B) | 339º | 0.1% | 0.77% | - |
| XYZ | 47.4 | 46.78 | 51.88 | - |
| YUV | 183.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 177 | 184 | 0 | 0.10 | 0.07 | 0.23 | 339 | 0.15 | 0.73 |
| Hex | C5 | B1 | B8 | 0 | A | 7 | 17 | 153 | F | 49 |
| Octal | 305 | 261 | 270 | 0 | 12 | 7 | 27 | 523 | 17 | 111 |
| Binary | 11000101 | 10110001 | 10111000 | 0 | 1010 | 111 | 10111 | 101010011 | 1111 | 1001001 |
Color Harmonies of #C5B1B8
Complementary color
Monochromatic Colors of #C5B1B8
Black with #C5B1B8
Text Example
Text Example
White with #C5B1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B1B8; }
p { color: rgb(197,177,184); }
H1.HeaderClassName
{
color: #C5B1B8;
}
.AnyTagClassName
{
color: #C5B1B8;
}
</style>
background-color css
<style>
a { background-color: #C5B1B8; }
a { background-color: rgb(197,177,184); }
div.DivClassName
{
background-color: #C5B1B8;
}
.BgClassName
{
background-color: #C5B1B8;
}
</style>
border-color css
<style>
span { border-color: #C5B1B8; }
span { border-color: rgb(197,177,184); }
td.TdClassName
{
border-color: #C5B1B8;
}
.TagClassName
{
border-color: #C5B1B8;
}
</style>