Shades of Maverick #C2BCBF
Tints of Maverick #C2BCBF
RGB
CMYK
RGB Variations
Color information
#C2BCBF (or 0xC2BCBF) is known color: Maverick. HEX triplet: C2, BC and BF. RGB value is (194,188,191). Sum of RGB (Red+Green+Blue) = 194+188+191=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 191 (75% from 255 or 33.33% from 573); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCBF is #3D4340. Grayscale: #BEBEBE. Windows color (decimal): -4014913 or 12565698. OLE color: 12565698.
HSL color Cylindrical-coordinate representation of color #C2BCBF: hue angle of 330º degrees, saturation: 0.05, 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 #C2BCBF is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 191 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.24 |
| HSL | 330º | 0.05% | 0.75% | - |
| HSV(B) | 330º | 0.03% | 0.76% | - |
| XYZ | 49.64 | 51.2 | 56.56 | - |
| YUV | 190.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 191 | 0 | 0.03 | 0.02 | 0.24 | 330 | 0.05 | 0.75 |
| Hex | C2 | BC | BF | 0 | 3 | 2 | 18 | 14A | 5 | 4B |
| Octal | 302 | 274 | 277 | 0 | 3 | 2 | 30 | 512 | 5 | 113 |
| Binary | 11000010 | 10111100 | 10111111 | 0 | 11 | 10 | 11000 | 101001010 | 101 | 1001011 |
Color Harmonies of #C2BCBF
Complementary color
Monochromatic Colors of #C2BCBF
Black with #C2BCBF
Text Example
Text Example
White with #C2BCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BCBF; }
p { color: rgb(194,188,191); }
H1.HeaderClassName
{
color: #C2BCBF;
}
.AnyTagClassName
{
color: #C2BCBF;
}
</style>
background-color css
<style>
a { background-color: #C2BCBF; }
a { background-color: rgb(194,188,191); }
div.DivClassName
{
background-color: #C2BCBF;
}
.BgClassName
{
background-color: #C2BCBF;
}
</style>
border-color css
<style>
span { border-color: #C2BCBF; }
span { border-color: rgb(194,188,191); }
td.TdClassName
{
border-color: #C2BCBF;
}
.TagClassName
{
border-color: #C2BCBF;
}
</style>