Shades of Maverick #C8C0C7
Tints of Maverick #C8C0C7
RGB
CMYK
RGB Variations
Color information
#C8C0C7 (or 0xC8C0C7) is known color: Maverick. HEX triplet: C8, C0 and C7. RGB value is (200,192,199). Sum of RGB (Red+Green+Blue) = 200+192+199=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 192 (75.39% from 255 or 32.49% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C0C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C0C7 is #373F38. Grayscale: #C3C3C3. Windows color (decimal): -3620665 or 13091016. OLE color: 13091016.
HSL color Cylindrical-coordinate representation of color #C8C0C7: hue angle of 307.5º degrees, saturation: 0.07, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C8C0C7 is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 192 | 199 | - |
| CMYK | 0 | 0.04 | 0.00 | 0.22 |
| HSL | 307.5º | 0.07% | 0.77% | - |
| HSV(B) | 307.5º | 0.04% | 0.78% | - |
| XYZ | 52.98 | 54.1 | 61.68 | - |
| YUV | 195.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 192 | 199 | 0 | 0.04 | 0.00 | 0.22 | 307.5 | 0.07 | 0.77 |
| Hex | C8 | C0 | C7 | 0 | 4 | 0 | 16 | 134 | 7 | 4D |
| Octal | 310 | 300 | 307 | 0 | 4 | 0 | 26 | 464 | 7 | 115 |
| Binary | 11001000 | 11000000 | 11000111 | 0 | 100 | 0 | 10110 | 100110100 | 111 | 1001101 |
Color Harmonies of #C8C0C7
Complementary color
Monochromatic Colors of #C8C0C7
Black with #C8C0C7
Text Example
Text Example
White with #C8C0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C0C7; }
p { color: rgb(200,192,199); }
H1.HeaderClassName
{
color: #C8C0C7;
}
.AnyTagClassName
{
color: #C8C0C7;
}
</style>
background-color css
<style>
a { background-color: #C8C0C7; }
a { background-color: rgb(200,192,199); }
div.DivClassName
{
background-color: #C8C0C7;
}
.BgClassName
{
background-color: #C8C0C7;
}
</style>
border-color css
<style>
span { border-color: #C8C0C7; }
span { border-color: rgb(200,192,199); }
td.TdClassName
{
border-color: #C8C0C7;
}
.TagClassName
{
border-color: #C8C0C7;
}
</style>