Shades of Maverick #C5B0BF
Tints of Maverick #C5B0BF
RGB
CMYK
RGB Variations
Color information
#C5B0BF (or 0xC5B0BF) is known color: Maverick. HEX triplet: C5, B0 and BF. RGB value is (197,176,191). Sum of RGB (Red+Green+Blue) = 197+176+191=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 176 (69.14% from 255 or 31.21% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B0BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5B0BF is #3A4F40. Grayscale: #B7B7B7. Windows color (decimal): -3821377 or 12562629. OLE color: 12562629.
HSL color Cylindrical-coordinate representation of color #C5B0BF: hue angle of 317.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 #C5B0BF is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 176 | 191 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.23 |
| HSL | 317.14º | 0.15% | 0.73% | - |
| HSV(B) | 317.14º | 0.11% | 0.77% | - |
| XYZ | 47.96 | 46.68 | 55.77 | - |
| YUV | 183.99 | 131.96 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 176 | 191 | 0 | 0.11 | 0.03 | 0.23 | 317.14 | 0.15 | 0.73 |
| Hex | C5 | B0 | BF | 0 | B | 3 | 17 | 13D | F | 49 |
| Octal | 305 | 260 | 277 | 0 | 13 | 3 | 27 | 475 | 17 | 111 |
| Binary | 11000101 | 10110000 | 10111111 | 0 | 1011 | 11 | 10111 | 100111101 | 1111 | 1001001 |
Color Harmonies of #C5B0BF
Complementary color
Monochromatic Colors of #C5B0BF
Black with #C5B0BF
Text Example
Text Example
White with #C5B0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B0BF; }
p { color: rgb(197,176,191); }
H1.HeaderClassName
{
color: #C5B0BF;
}
.AnyTagClassName
{
color: #C5B0BF;
}
</style>
background-color css
<style>
a { background-color: #C5B0BF; }
a { background-color: rgb(197,176,191); }
div.DivClassName
{
background-color: #C5B0BF;
}
.BgClassName
{
background-color: #C5B0BF;
}
</style>
border-color css
<style>
span { border-color: #C5B0BF; }
span { border-color: rgb(197,176,191); }
td.TdClassName
{
border-color: #C5B0BF;
}
.TagClassName
{
border-color: #C5B0BF;
}
</style>