Shades of Maverick #C1B5BD
Tints of Maverick #C1B5BD
RGB
CMYK
RGB Variations
Color information
#C1B5BD (or 0xC1B5BD) is known color: Maverick. HEX triplet: C1, B5 and BD. RGB value is (193,181,189). Sum of RGB (Red+Green+Blue) = 193+181+189=563 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.28% from 563); Green value is 181 (71.09% from 255 or 32.15% from 563); Blue value is 189 (74.22% from 255 or 33.57% from 563); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1B5BD is #3E4A42. Grayscale: #B9B9B9. Windows color (decimal): -4082243 or 12432833. OLE color: 12432833.
HSL color Cylindrical-coordinate representation of color #C1B5BD: hue angle of 320º 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 #C1B5BD is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 181 | 189 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.24 |
| HSL | 320º | 0.09% | 0.73% | - |
| HSV(B) | 320º | 0.06% | 0.76% | - |
| XYZ | 47.7 | 48.06 | 54.91 | - |
| YUV | 185.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 181 | 189 | 0 | 0.06 | 0.02 | 0.24 | 320 | 0.09 | 0.73 |
| Hex | C1 | B5 | BD | 0 | 6 | 2 | 18 | 140 | 9 | 49 |
| Octal | 301 | 265 | 275 | 0 | 6 | 2 | 30 | 500 | 11 | 111 |
| Binary | 11000001 | 10110101 | 10111101 | 0 | 110 | 10 | 11000 | 101000000 | 1001 | 1001001 |
Color Harmonies of #C1B5BD
Complementary color
Monochromatic Colors of #C1B5BD
Black with #C1B5BD
Text Example
Text Example
White with #C1B5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B5BD; }
p { color: rgb(193,181,189); }
H1.HeaderClassName
{
color: #C1B5BD;
}
.AnyTagClassName
{
color: #C1B5BD;
}
</style>
background-color css
<style>
a { background-color: #C1B5BD; }
a { background-color: rgb(193,181,189); }
div.DivClassName
{
background-color: #C1B5BD;
}
.BgClassName
{
background-color: #C1B5BD;
}
</style>
border-color css
<style>
span { border-color: #C1B5BD; }
span { border-color: rgb(193,181,189); }
td.TdClassName
{
border-color: #C1B5BD;
}
.TagClassName
{
border-color: #C1B5BD;
}
</style>