Shades of Maverick #C0B0BB
Tints of Maverick #C0B0BB
RGB
CMYK
RGB Variations
Color information
#C0B0BB (or 0xC0B0BB) is known color: Maverick. HEX triplet: C0, B0 and BB. RGB value is (192,176,187). Sum of RGB (Red+Green+Blue) = 192+176+187=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B0BB is #3F4F44. Grayscale: #B6B6B6. Windows color (decimal): -4149061 or 12300480. OLE color: 12300480.
HSL color Cylindrical-coordinate representation of color #C0B0BB: hue angle of 318.75º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0B0BB is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 187 | - |
| CMYK | 0 | 0.08 | 0.03 | 0.25 |
| HSL | 318.75º | 0.11% | 0.72% | - |
| HSV(B) | 318.75º | 0.08% | 0.75% | - |
| XYZ | 46.23 | 45.85 | 53.43 | - |
| YUV | 182.04 | 130.8 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 187 | 0 | 0.08 | 0.03 | 0.25 | 318.75 | 0.11 | 0.72 |
| Hex | C0 | B0 | BB | 0 | 8 | 3 | 19 | 13F | B | 48 |
| Octal | 300 | 260 | 273 | 0 | 10 | 3 | 31 | 477 | 13 | 110 |
| Binary | 11000000 | 10110000 | 10111011 | 0 | 1000 | 11 | 11001 | 100111111 | 1011 | 1001000 |
Color Harmonies of #C0B0BB
Complementary color
Monochromatic Colors of #C0B0BB
Black with #C0B0BB
Text Example
Text Example
White with #C0B0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B0BB; }
p { color: rgb(192,176,187); }
H1.HeaderClassName
{
color: #C0B0BB;
}
.AnyTagClassName
{
color: #C0B0BB;
}
</style>
background-color css
<style>
a { background-color: #C0B0BB; }
a { background-color: rgb(192,176,187); }
div.DivClassName
{
background-color: #C0B0BB;
}
.BgClassName
{
background-color: #C0B0BB;
}
</style>
border-color css
<style>
span { border-color: #C0B0BB; }
span { border-color: rgb(192,176,187); }
td.TdClassName
{
border-color: #C0B0BB;
}
.TagClassName
{
border-color: #C0B0BB;
}
</style>