Shades of Maverick #C1B7BC
Tints of Maverick #C1B7BC
RGB
CMYK
RGB Variations
Color information
#C1B7BC (or 0xC1B7BC) is known color: Maverick. HEX triplet: C1, B7 and BC. RGB value is (193,183,188). Sum of RGB (Red+Green+Blue) = 193+183+188=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 183 (71.88% from 255 or 32.45% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B7BC is #3E4843. Grayscale: #BABABA. Windows color (decimal): -4081732 or 12367809. OLE color: 12367809.
HSL color Cylindrical-coordinate representation of color #C1B7BC: hue angle of 330º degrees, saturation: 0.07, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C1B7BC is Cyan = 0, Magento = 0.05, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 183 | 188 | - |
| CMYK | 0 | 0.05 | 0.03 | 0.24 |
| HSL | 330º | 0.07% | 0.74% | - |
| HSV(B) | 330º | 0.05% | 0.76% | - |
| XYZ | 48 | 48.84 | 54.47 | - |
| YUV | 186.56 | 128.81 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 183 | 188 | 0 | 0.05 | 0.03 | 0.24 | 330 | 0.07 | 0.74 |
| Hex | C1 | B7 | BC | 0 | 5 | 3 | 18 | 14A | 7 | 4A |
| Octal | 301 | 267 | 274 | 0 | 5 | 3 | 30 | 512 | 7 | 112 |
| Binary | 11000001 | 10110111 | 10111100 | 0 | 101 | 11 | 11000 | 101001010 | 111 | 1001010 |
Color Harmonies of #C1B7BC
Complementary color
Monochromatic Colors of #C1B7BC
Black with #C1B7BC
Text Example
Text Example
White with #C1B7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B7BC; }
p { color: rgb(193,183,188); }
H1.HeaderClassName
{
color: #C1B7BC;
}
.AnyTagClassName
{
color: #C1B7BC;
}
</style>
background-color css
<style>
a { background-color: #C1B7BC; }
a { background-color: rgb(193,183,188); }
div.DivClassName
{
background-color: #C1B7BC;
}
.BgClassName
{
background-color: #C1B7BC;
}
</style>
border-color css
<style>
span { border-color: #C1B7BC; }
span { border-color: rgb(193,183,188); }
td.TdClassName
{
border-color: #C1B7BC;
}
.TagClassName
{
border-color: #C1B7BC;
}
</style>