Shades of Maverick #C2B8C0
Tints of Maverick #C2B8C0
RGB
CMYK
RGB Variations
Color information
#C2B8C0 (or 0xC2B8C0) is known color: Maverick. HEX triplet: C2, B8 and C0. RGB value is (194,184,192). Sum of RGB (Red+Green+Blue) = 194+184+192=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 184 (72.27% from 255 or 32.28% from 570); Blue value is 192 (75.39% from 255 or 33.68% from 570); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2B8C0 is #3D473F. Grayscale: #BBBBBB. Windows color (decimal): -4015936 or 12630210. OLE color: 12630210.
HSL color Cylindrical-coordinate representation of color #C2B8C0: hue angle of 312º degrees, saturation: 0.08, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C2B8C0 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 184 | 192 | - |
| CMYK | 0 | 0.05 | 0.01 | 0.24 |
| HSL | 312º | 0.08% | 0.74% | - |
| HSV(B) | 312º | 0.05% | 0.76% | - |
| XYZ | 48.9 | 49.56 | 56.86 | - |
| YUV | 187.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 184 | 192 | 0 | 0.05 | 0.01 | 0.24 | 312 | 0.08 | 0.74 |
| Hex | C2 | B8 | C0 | 0 | 5 | 1 | 18 | 138 | 8 | 4A |
| Octal | 302 | 270 | 300 | 0 | 5 | 1 | 30 | 470 | 10 | 112 |
| Binary | 11000010 | 10111000 | 11000000 | 0 | 101 | 1 | 11000 | 100111000 | 1000 | 1001010 |
Color Harmonies of #C2B8C0
Complementary color
Monochromatic Colors of #C2B8C0
Black with #C2B8C0
Text Example
Text Example
White with #C2B8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B8C0; }
p { color: rgb(194,184,192); }
H1.HeaderClassName
{
color: #C2B8C0;
}
.AnyTagClassName
{
color: #C2B8C0;
}
</style>
background-color css
<style>
a { background-color: #C2B8C0; }
a { background-color: rgb(194,184,192); }
div.DivClassName
{
background-color: #C2B8C0;
}
.BgClassName
{
background-color: #C2B8C0;
}
</style>
border-color css
<style>
span { border-color: #C2B8C0; }
span { border-color: rgb(194,184,192); }
td.TdClassName
{
border-color: #C2B8C0;
}
.TagClassName
{
border-color: #C2B8C0;
}
</style>