Shades of Maverick #C1BCBE
Tints of Maverick #C1BCBE
RGB
CMYK
RGB Variations
Color information
#C1BCBE (or 0xC1BCBE) is known color: Maverick. HEX triplet: C1, BC and BE. RGB value is (193,188,190). Sum of RGB (Red+Green+Blue) = 193+188+190=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 188 (73.83% from 255 or 32.92% from 571); Blue value is 190 (74.61% from 255 or 33.27% from 571); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BCBE is #3E4341. Grayscale: #BDBDBD. Windows color (decimal): -4080450 or 12500161. OLE color: 12500161.
HSL color Cylindrical-coordinate representation of color #C1BCBE: hue angle of 336º degrees, saturation: 0.04, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C1BCBE is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 188 | 190 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.24 |
| HSL | 336º | 0.04% | 0.75% | - |
| HSV(B) | 336º | 0.03% | 0.76% | - |
| XYZ | 49.27 | 51.02 | 55.97 | - |
| YUV | 189.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 190 | 0 | 0.03 | 0.02 | 0.24 | 336 | 0.04 | 0.75 |
| Hex | C1 | BC | BE | 0 | 3 | 2 | 18 | 150 | 4 | 4B |
| Octal | 301 | 274 | 276 | 0 | 3 | 2 | 30 | 520 | 4 | 113 |
| Binary | 11000001 | 10111100 | 10111110 | 0 | 11 | 10 | 11000 | 101010000 | 100 | 1001011 |
Color Harmonies of #C1BCBE
Complementary color
Monochromatic Colors of #C1BCBE
Black with #C1BCBE
Text Example
Text Example
White with #C1BCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BCBE; }
p { color: rgb(193,188,190); }
H1.HeaderClassName
{
color: #C1BCBE;
}
.AnyTagClassName
{
color: #C1BCBE;
}
</style>
background-color css
<style>
a { background-color: #C1BCBE; }
a { background-color: rgb(193,188,190); }
div.DivClassName
{
background-color: #C1BCBE;
}
.BgClassName
{
background-color: #C1BCBE;
}
</style>
border-color css
<style>
span { border-color: #C1BCBE; }
span { border-color: rgb(193,188,190); }
td.TdClassName
{
border-color: #C1BCBE;
}
.TagClassName
{
border-color: #C1BCBE;
}
</style>