Shades of Maverick #C7C2C5
Tints of Maverick #C7C2C5
RGB
CMYK
RGB Variations
Color information
#C7C2C5 (or 0xC7C2C5) is known color: Maverick. HEX triplet: C7, C2 and C5. RGB value is (199,194,197). Sum of RGB (Red+Green+Blue) = 199+194+197=590 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.73% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 197 (77.34% from 255 or 33.39% from 590); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C2C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7C2C5 is #383D3A. Grayscale: #C3C3C3. Windows color (decimal): -3685691 or 12960455. OLE color: 12960455.
HSL color Cylindrical-coordinate representation of color #C7C2C5: hue angle of 324º degrees, saturation: 0.04, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #C7C2C5 is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 194 | 197 | - |
| CMYK | 0 | 0.03 | 0.01 | 0.22 |
| HSL | 324º | 0.04% | 0.77% | - |
| HSV(B) | 324º | 0.03% | 0.78% | - |
| XYZ | 52.92 | 54.76 | 60.6 | - |
| YUV | 195.84 | 128.66 | 130.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 194 | 197 | 0 | 0.03 | 0.01 | 0.22 | 324 | 0.04 | 0.77 |
| Hex | C7 | C2 | C5 | 0 | 3 | 1 | 16 | 144 | 4 | 4D |
| Octal | 307 | 302 | 305 | 0 | 3 | 1 | 26 | 504 | 4 | 115 |
| Binary | 11000111 | 11000010 | 11000101 | 0 | 11 | 1 | 10110 | 101000100 | 100 | 1001101 |
Color Harmonies of #C7C2C5
Complementary color
Monochromatic Colors of #C7C2C5
Black with #C7C2C5
Text Example
Text Example
White with #C7C2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C2C5; }
p { color: rgb(199,194,197); }
H1.HeaderClassName
{
color: #C7C2C5;
}
.AnyTagClassName
{
color: #C7C2C5;
}
</style>
background-color css
<style>
a { background-color: #C7C2C5; }
a { background-color: rgb(199,194,197); }
div.DivClassName
{
background-color: #C7C2C5;
}
.BgClassName
{
background-color: #C7C2C5;
}
</style>
border-color css
<style>
span { border-color: #C7C2C5; }
span { border-color: rgb(199,194,197); }
td.TdClassName
{
border-color: #C7C2C5;
}
.TagClassName
{
border-color: #C7C2C5;
}
</style>