Shades of Maverick #C5B5BB
Tints of Maverick #C5B5BB
RGB
CMYK
RGB Variations
Color information
#C5B5BB (or 0xC5B5BB) is known color: Maverick. HEX triplet: C5, B5 and BB. RGB value is (197,181,187). Sum of RGB (Red+Green+Blue) = 197+181+187=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 181 (71.09% from 255 or 32.04% from 565); Blue value is 187 (73.44% from 255 or 33.10% from 565); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B5BB is #3A4A44. Grayscale: #BABABA. Windows color (decimal): -3820101 or 12301765. OLE color: 12301765.
HSL color Cylindrical-coordinate representation of color #C5B5BB: hue angle of 337.5º degrees, saturation: 0.12, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C5B5BB is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 181 | 187 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.23 |
| HSL | 337.5º | 0.12% | 0.74% | - |
| HSV(B) | 337.5º | 0.08% | 0.77% | - |
| XYZ | 48.52 | 48.51 | 53.82 | - |
| YUV | 186.47 | 128.3 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 181 | 187 | 0 | 0.08 | 0.05 | 0.23 | 337.5 | 0.12 | 0.74 |
| Hex | C5 | B5 | BB | 0 | 8 | 5 | 17 | 152 | C | 4A |
| Octal | 305 | 265 | 273 | 0 | 10 | 5 | 27 | 522 | 14 | 112 |
| Binary | 11000101 | 10110101 | 10111011 | 0 | 1000 | 101 | 10111 | 101010010 | 1100 | 1001010 |
Color Harmonies of #C5B5BB
Complementary color
Monochromatic Colors of #C5B5BB
Black with #C5B5BB
Text Example
Text Example
White with #C5B5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5B5BB; }
p { color: rgb(197,181,187); }
H1.HeaderClassName
{
color: #C5B5BB;
}
.AnyTagClassName
{
color: #C5B5BB;
}
</style>
background-color css
<style>
a { background-color: #C5B5BB; }
a { background-color: rgb(197,181,187); }
div.DivClassName
{
background-color: #C5B5BB;
}
.BgClassName
{
background-color: #C5B5BB;
}
</style>
border-color css
<style>
span { border-color: #C5B5BB; }
span { border-color: rgb(197,181,187); }
td.TdClassName
{
border-color: #C5B5BB;
}
.TagClassName
{
border-color: #C5B5BB;
}
</style>