Shades of Maverick #C1B0BE
Tints of Maverick #C1B0BE
RGB
CMYK
RGB Variations
Color information
#C1B0BE (or 0xC1B0BE) is known color: Maverick. HEX triplet: C1, B0 and BE. RGB value is (193,176,190). Sum of RGB (Red+Green+Blue) = 193+176+190=559 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.53% from 559); Green value is 176 (69.14% from 255 or 31.48% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B0BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C1B0BE is #3E4F41. Grayscale: #B6B6B6. Windows color (decimal): -4083522 or 12497089. OLE color: 12497089.
HSL color Cylindrical-coordinate representation of color #C1B0BE: hue angle of 310.59º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1B0BE is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 176 | 190 | - |
| CMYK | 0 | 0.09 | 0.02 | 0.24 |
| HSL | 310.59º | 0.12% | 0.72% | - |
| HSV(B) | 310.59º | 0.09% | 0.76% | - |
| XYZ | 46.81 | 46.11 | 55.15 | - |
| YUV | 182.68 | 132.13 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 176 | 190 | 0 | 0.09 | 0.02 | 0.24 | 310.59 | 0.12 | 0.72 |
| Hex | C1 | B0 | BE | 0 | 9 | 2 | 18 | 137 | C | 48 |
| Octal | 301 | 260 | 276 | 0 | 11 | 2 | 30 | 467 | 14 | 110 |
| Binary | 11000001 | 10110000 | 10111110 | 0 | 1001 | 10 | 11000 | 100110111 | 1100 | 1001000 |
Color Harmonies of #C1B0BE
Complementary color
Monochromatic Colors of #C1B0BE
Black with #C1B0BE
Text Example
Text Example
White with #C1B0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B0BE; }
p { color: rgb(193,176,190); }
H1.HeaderClassName
{
color: #C1B0BE;
}
.AnyTagClassName
{
color: #C1B0BE;
}
</style>
background-color css
<style>
a { background-color: #C1B0BE; }
a { background-color: rgb(193,176,190); }
div.DivClassName
{
background-color: #C1B0BE;
}
.BgClassName
{
background-color: #C1B0BE;
}
</style>
border-color css
<style>
span { border-color: #C1B0BE; }
span { border-color: rgb(193,176,190); }
td.TdClassName
{
border-color: #C1B0BE;
}
.TagClassName
{
border-color: #C1B0BE;
}
</style>