Shades of Maverick #C1BCC0
Tints of Maverick #C1BCC0
RGB
CMYK
RGB Variations
Color information
#C1BCC0 (or 0xC1BCC0) is known color: Maverick. HEX triplet: C1, BC and C0. RGB value is (193,188,192). Sum of RGB (Red+Green+Blue) = 193+188+192=573 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.68% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 192 (75.39% from 255 or 33.51% from 573); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BCC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BCC0 is #3E433F. Grayscale: #BDBDBD. Windows color (decimal): -4080448 or 12631233. OLE color: 12631233.
HSL color Cylindrical-coordinate representation of color #C1BCC0: hue angle of 312º 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 #C1BCC0 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 188 | 192 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.24 |
| HSL | 312º | 0.04% | 0.75% | - |
| HSV(B) | 312º | 0.03% | 0.76% | - |
| XYZ | 49.49 | 51.11 | 57.13 | - |
| YUV | 189.95 | 129.16 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 192 | 0 | 0.03 | 0.01 | 0.24 | 312 | 0.04 | 0.75 |
| Hex | C1 | BC | C0 | 0 | 3 | 1 | 18 | 138 | 4 | 4B |
| Octal | 301 | 274 | 300 | 0 | 3 | 1 | 30 | 470 | 4 | 113 |
| Binary | 11000001 | 10111100 | 11000000 | 0 | 11 | 1 | 11000 | 100111000 | 100 | 1001011 |
Color Harmonies of #C1BCC0
Complementary color
Monochromatic Colors of #C1BCC0
Black with #C1BCC0
Text Example
Text Example
White with #C1BCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BCC0; }
p { color: rgb(193,188,192); }
H1.HeaderClassName
{
color: #C1BCC0;
}
.AnyTagClassName
{
color: #C1BCC0;
}
</style>
background-color css
<style>
a { background-color: #C1BCC0; }
a { background-color: rgb(193,188,192); }
div.DivClassName
{
background-color: #C1BCC0;
}
.BgClassName
{
background-color: #C1BCC0;
}
</style>
border-color css
<style>
span { border-color: #C1BCC0; }
span { border-color: rgb(193,188,192); }
td.TdClassName
{
border-color: #C1BCC0;
}
.TagClassName
{
border-color: #C1BCC0;
}
</style>