Shades of Maverick #C5B0B8
Tints of Maverick #C5B0B8
RGB
CMYK
RGB Variations
Color information
#C5B0B8 (or 0xC5B0B8) is known color: Maverick. HEX triplet: C5, B0 and B8. RGB value is (197,176,184). Sum of RGB (Red+Green+Blue) = 197+176+184=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 176 (69.14% from 255 or 31.60% from 557); Blue value is 184 (72.27% from 255 or 33.03% from 557); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B0B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B0B8 is #3A4F47. Grayscale: #B7B7B7. Windows color (decimal): -3821384 or 12103877. OLE color: 12103877.
HSL color Cylindrical-coordinate representation of color #C5B0B8: hue angle of 337.14º 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 #C5B0B8 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 176 | 184 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.23 |
| HSL | 337.14º | 0.15% | 0.73% | - |
| HSV(B) | 337.14º | 0.11% | 0.77% | - |
| XYZ | 47.2 | 46.38 | 51.81 | - |
| YUV | 183.19 | 128.46 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 176 | 184 | 0 | 0.11 | 0.07 | 0.23 | 337.14 | 0.15 | 0.73 |
| Hex | C5 | B0 | B8 | 0 | B | 7 | 17 | 151 | F | 49 |
| Octal | 305 | 260 | 270 | 0 | 13 | 7 | 27 | 521 | 17 | 111 |
| Binary | 11000101 | 10110000 | 10111000 | 0 | 1011 | 111 | 10111 | 101010001 | 1111 | 1001001 |
Color Harmonies of #C5B0B8
Complementary color
Monochromatic Colors of #C5B0B8
Black with #C5B0B8
Text Example
Text Example
White with #C5B0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B0B8; }
p { color: rgb(197,176,184); }
H1.HeaderClassName
{
color: #C5B0B8;
}
.AnyTagClassName
{
color: #C5B0B8;
}
</style>
background-color css
<style>
a { background-color: #C5B0B8; }
a { background-color: rgb(197,176,184); }
div.DivClassName
{
background-color: #C5B0B8;
}
.BgClassName
{
background-color: #C5B0B8;
}
</style>
border-color css
<style>
span { border-color: #C5B0B8; }
span { border-color: rgb(197,176,184); }
td.TdClassName
{
border-color: #C5B0B8;
}
.TagClassName
{
border-color: #C5B0B8;
}
</style>