Shades of Maverick #C0B5BB
Tints of Maverick #C0B5BB
RGB
CMYK
RGB Variations
Color information
#C0B5BB (or 0xC0B5BB) is known color: Maverick. HEX triplet: C0, B5 and BB. RGB value is (192,181,187). Sum of RGB (Red+Green+Blue) = 192+181+187=560 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.29% from 560); Green value is 181 (71.09% from 255 or 32.32% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0B5BB is #3F4A44. Grayscale: #B8B8B8. Windows color (decimal): -4147781 or 12301760. OLE color: 12301760.
HSL color Cylindrical-coordinate representation of color #C0B5BB: hue angle of 327.27º degrees, saturation: 0.08, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C0B5BB is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 181 | 187 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.25 |
| HSL | 327.27º | 0.08% | 0.73% | - |
| HSV(B) | 327.27º | 0.06% | 0.75% | - |
| XYZ | 47.23 | 47.84 | 53.76 | - |
| YUV | 184.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 181 | 187 | 0 | 0.06 | 0.03 | 0.25 | 327.27 | 0.08 | 0.73 |
| Hex | C0 | B5 | BB | 0 | 6 | 3 | 19 | 147 | 8 | 49 |
| Octal | 300 | 265 | 273 | 0 | 6 | 3 | 31 | 507 | 10 | 111 |
| Binary | 11000000 | 10110101 | 10111011 | 0 | 110 | 11 | 11001 | 101000111 | 1000 | 1001001 |
Color Harmonies of #C0B5BB
Complementary color
Monochromatic Colors of #C0B5BB
Black with #C0B5BB
Text Example
Text Example
White with #C0B5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B5BB; }
p { color: rgb(192,181,187); }
H1.HeaderClassName
{
color: #C0B5BB;
}
.AnyTagClassName
{
color: #C0B5BB;
}
</style>
background-color css
<style>
a { background-color: #C0B5BB; }
a { background-color: rgb(192,181,187); }
div.DivClassName
{
background-color: #C0B5BB;
}
.BgClassName
{
background-color: #C0B5BB;
}
</style>
border-color css
<style>
span { border-color: #C0B5BB; }
span { border-color: rgb(192,181,187); }
td.TdClassName
{
border-color: #C0B5BB;
}
.TagClassName
{
border-color: #C0B5BB;
}
</style>