Shades of Maverick #C1B5BA
Tints of Maverick #C1B5BA
RGB
CMYK
RGB Variations
Color information
#C1B5BA (or 0xC1B5BA) is known color: Maverick. HEX triplet: C1, B5 and BA. RGB value is (193,181,186). Sum of RGB (Red+Green+Blue) = 193+181+186=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 181 (71.09% from 255 or 32.32% from 560); Blue value is 186 (73.05% from 255 or 33.21% from 560); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B5BA is #3E4A45. Grayscale: #B9B9B9. Windows color (decimal): -4082246 or 12236225. OLE color: 12236225.
HSL color Cylindrical-coordinate representation of color #C1B5BA: hue angle of 335º degrees, saturation: 0.09, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C1B5BA is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 181 | 186 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.24 |
| HSL | 335º | 0.09% | 0.73% | - |
| HSV(B) | 335º | 0.06% | 0.76% | - |
| XYZ | 47.38 | 47.93 | 53.21 | - |
| YUV | 185.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 181 | 186 | 0 | 0.06 | 0.04 | 0.24 | 335 | 0.09 | 0.73 |
| Hex | C1 | B5 | BA | 0 | 6 | 4 | 18 | 14F | 9 | 49 |
| Octal | 301 | 265 | 272 | 0 | 6 | 4 | 30 | 517 | 11 | 111 |
| Binary | 11000001 | 10110101 | 10111010 | 0 | 110 | 100 | 11000 | 101001111 | 1001 | 1001001 |
Color Harmonies of #C1B5BA
Complementary color
Monochromatic Colors of #C1B5BA
Black with #C1B5BA
Text Example
Text Example
White with #C1B5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B5BA; }
p { color: rgb(193,181,186); }
H1.HeaderClassName
{
color: #C1B5BA;
}
.AnyTagClassName
{
color: #C1B5BA;
}
</style>
background-color css
<style>
a { background-color: #C1B5BA; }
a { background-color: rgb(193,181,186); }
div.DivClassName
{
background-color: #C1B5BA;
}
.BgClassName
{
background-color: #C1B5BA;
}
</style>
border-color css
<style>
span { border-color: #C1B5BA; }
span { border-color: rgb(193,181,186); }
td.TdClassName
{
border-color: #C1B5BA;
}
.TagClassName
{
border-color: #C1B5BA;
}
</style>