Shades of Maverick #C0B0BE
Tints of Maverick #C0B0BE
RGB
CMYK
RGB Variations
Color information
#C0B0BE (or 0xC0B0BE) is known color: Maverick. HEX triplet: C0, B0 and BE. RGB value is (192,176,190). Sum of RGB (Red+Green+Blue) = 192+176+190=558 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.41% from 558); Green value is 176 (69.14% from 255 or 31.54% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0B0BE is #3F4F41. Grayscale: #B6B6B6. Windows color (decimal): -4149058 or 12497088. OLE color: 12497088.
HSL color Cylindrical-coordinate representation of color #C0B0BE: hue angle of 307.5º 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 #C0B0BE is Cyan = 0, Magento = 0.08, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 176 | 190 | - |
| CMYK | 0 | 0.08 | 0.01 | 0.25 |
| HSL | 307.5º | 0.11% | 0.72% | - |
| HSV(B) | 307.5º | 0.08% | 0.75% | - |
| XYZ | 46.56 | 45.97 | 55.14 | - |
| YUV | 182.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 176 | 190 | 0 | 0.08 | 0.01 | 0.25 | 307.5 | 0.11 | 0.72 |
| Hex | C0 | B0 | BE | 0 | 8 | 1 | 19 | 134 | B | 48 |
| Octal | 300 | 260 | 276 | 0 | 10 | 1 | 31 | 464 | 13 | 110 |
| Binary | 11000000 | 10110000 | 10111110 | 0 | 1000 | 1 | 11001 | 100110100 | 1011 | 1001000 |
Color Harmonies of #C0B0BE
Complementary color
Monochromatic Colors of #C0B0BE
Black with #C0B0BE
Text Example
Text Example
White with #C0B0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0B0BE; }
p { color: rgb(192,176,190); }
H1.HeaderClassName
{
color: #C0B0BE;
}
.AnyTagClassName
{
color: #C0B0BE;
}
</style>
background-color css
<style>
a { background-color: #C0B0BE; }
a { background-color: rgb(192,176,190); }
div.DivClassName
{
background-color: #C0B0BE;
}
.BgClassName
{
background-color: #C0B0BE;
}
</style>
border-color css
<style>
span { border-color: #C0B0BE; }
span { border-color: rgb(192,176,190); }
td.TdClassName
{
border-color: #C0B0BE;
}
.TagClassName
{
border-color: #C0B0BE;
}
</style>