Shades of Maverick #C1BDBF
Tints of Maverick #C1BDBF
RGB
CMYK
RGB Variations
Color information
#C1BDBF (or 0xC1BDBF) is known color: Maverick. HEX triplet: C1, BD and BF. RGB value is (193,189,191). Sum of RGB (Red+Green+Blue) = 193+189+191=573 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.68% from 573); Green value is 189 (74.22% from 255 or 32.98% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BDBF is #3E4240. Grayscale: #BEBEBE. Windows color (decimal): -4080193 or 12565953. OLE color: 12565953.
HSL color Cylindrical-coordinate representation of color #C1BDBF: hue angle of 330º degrees, saturation: 0.03, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C1BDBF is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 189 | 191 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.24 |
| HSL | 330º | 0.03% | 0.75% | - |
| HSV(B) | 330º | 0.02% | 0.76% | - |
| XYZ | 49.59 | 51.49 | 56.62 | - |
| YUV | 190.42 | 128.33 | 129.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 189 | 191 | 0 | 0.02 | 0.01 | 0.24 | 330 | 0.03 | 0.75 |
| Hex | C1 | BD | BF | 0 | 2 | 1 | 18 | 14A | 3 | 4B |
| Octal | 301 | 275 | 277 | 0 | 2 | 1 | 30 | 512 | 3 | 113 |
| Binary | 11000001 | 10111101 | 10111111 | 0 | 10 | 1 | 11000 | 101001010 | 11 | 1001011 |
Color Harmonies of #C1BDBF
Complementary color
Monochromatic Colors of #C1BDBF
Black with #C1BDBF
Text Example
Text Example
White with #C1BDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BDBF; }
p { color: rgb(193,189,191); }
H1.HeaderClassName
{
color: #C1BDBF;
}
.AnyTagClassName
{
color: #C1BDBF;
}
</style>
background-color css
<style>
a { background-color: #C1BDBF; }
a { background-color: rgb(193,189,191); }
div.DivClassName
{
background-color: #C1BDBF;
}
.BgClassName
{
background-color: #C1BDBF;
}
</style>
border-color css
<style>
span { border-color: #C1BDBF; }
span { border-color: rgb(193,189,191); }
td.TdClassName
{
border-color: #C1BDBF;
}
.TagClassName
{
border-color: #C1BDBF;
}
</style>