Shades of Maverick #C8C2C7
Tints of Maverick #C8C2C7
RGB
CMYK
RGB Variations
Color information
#C8C2C7 (or 0xC8C2C7) is known color: Maverick. HEX triplet: C8, C2 and C7. RGB value is (200,194,199). Sum of RGB (Red+Green+Blue) = 200+194+199=593 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.73% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 199 (78.12% from 255 or 33.56% from 593); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C2C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C2C7 is #373D38. Grayscale: #C4C4C4. Windows color (decimal): -3620153 or 13091528. OLE color: 13091528.
HSL color Cylindrical-coordinate representation of color #C8C2C7: hue angle of 310º degrees, saturation: 0.05, 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 #C8C2C7 is Cyan = 0, Magento = 0.03, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 194 | 199 | - |
CMYK | 0 | 0.03 | 0.00 | 0.22 |
HSL | 310º | 0.05% | 0.77% | - |
HSV(B) | 310º | 0.03% | 0.78% | - |
XYZ | 53.42 | 54.99 | 61.83 | - |
YUV | 196.36 | 129.49 | 130.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 194 | 199 | 0 | 0.03 | 0.00 | 0.22 | 310 | 0.05 | 0.77 |
Hex | C8 | C2 | C7 | 0 | 3 | 0 | 16 | 136 | 5 | 4D |
Octal | 310 | 302 | 307 | 0 | 3 | 0 | 26 | 466 | 5 | 115 |
Binary | 11001000 | 11000010 | 11000111 | 0 | 11 | 0 | 10110 | 100110110 | 101 | 1001101 |
Color Harmonies of #C8C2C7
Complementary color
Monochromatic Colors of #C8C2C7
Black with #C8C2C7
Text Example
Text Example
White with #C8C2C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C2C7; }
p { color: rgb(200,194,199); }
H1.HeaderClassName
{
color: #C8C2C7;
}
.AnyTagClassName
{
color: #C8C2C7;
}
</style>
background-color css
<style>
a { background-color: #C8C2C7; }
a { background-color: rgb(200,194,199); }
div.DivClassName
{
background-color: #C8C2C7;
}
.BgClassName
{
background-color: #C8C2C7;
}
</style>
border-color css
<style>
span { border-color: #C8C2C7; }
span { border-color: rgb(200,194,199); }
td.TdClassName
{
border-color: #C8C2C7;
}
.TagClassName
{
border-color: #C8C2C7;
}
</style>