Shades of Maverick #C2BCC1
Tints of Maverick #C2BCC1
RGB
CMYK
RGB Variations
Color information
#C2BCC1 (or 0xC2BCC1) is known color: Maverick. HEX triplet: C2, BC and C1. RGB value is (194,188,193). Sum of RGB (Red+Green+Blue) = 194+188+193=575 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.74% from 575); Green value is 188 (73.83% from 255 or 32.70% from 575); Blue value is 193 (75.78% from 255 or 33.57% from 575); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BCC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BCC1 is #3D433E. Grayscale: #BEBEBE. Windows color (decimal): -4014911 or 12696770. OLE color: 12696770.
HSL color Cylindrical-coordinate representation of color #C2BCC1: hue angle of 310º 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 #C2BCC1 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 188 | 193 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.24 |
| HSL | 310º | 0.05% | 0.75% | - |
| HSV(B) | 310º | 0.03% | 0.76% | - |
| XYZ | 49.86 | 51.29 | 57.72 | - |
| YUV | 190.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 188 | 193 | 0 | 0.03 | 0.01 | 0.24 | 310 | 0.05 | 0.75 |
| Hex | C2 | BC | C1 | 0 | 3 | 1 | 18 | 136 | 5 | 4B |
| Octal | 302 | 274 | 301 | 0 | 3 | 1 | 30 | 466 | 5 | 113 |
| Binary | 11000010 | 10111100 | 11000001 | 0 | 11 | 1 | 11000 | 100110110 | 101 | 1001011 |
Color Harmonies of #C2BCC1
Complementary color
Monochromatic Colors of #C2BCC1
Black with #C2BCC1
Text Example
Text Example
White with #C2BCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BCC1; }
p { color: rgb(194,188,193); }
H1.HeaderClassName
{
color: #C2BCC1;
}
.AnyTagClassName
{
color: #C2BCC1;
}
</style>
background-color css
<style>
a { background-color: #C2BCC1; }
a { background-color: rgb(194,188,193); }
div.DivClassName
{
background-color: #C2BCC1;
}
.BgClassName
{
background-color: #C2BCC1;
}
</style>
border-color css
<style>
span { border-color: #C2BCC1; }
span { border-color: rgb(194,188,193); }
td.TdClassName
{
border-color: #C2BCC1;
}
.TagClassName
{
border-color: #C2BCC1;
}
</style>