Shades of Maverick #C8C3C7
Tints of Maverick #C8C3C7
RGB
CMYK
RGB Variations
Color information
#C8C3C7 (or 0xC8C3C7) is known color: Maverick. HEX triplet: C8, C3 and C7. RGB value is (200,195,199). Sum of RGB (Red+Green+Blue) = 200+195+199=594 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.67% from 594); Green value is 195 (76.56% from 255 or 32.83% from 594); Blue value is 199 (78.12% from 255 or 33.50% from 594); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C3C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8C3C7 is #373C38. Grayscale: #C4C4C4. Windows color (decimal): -3619897 or 13091784. OLE color: 13091784.
HSL color Cylindrical-coordinate representation of color #C8C3C7: hue angle of 312º degrees, saturation: 0.04, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #C8C3C7 is Cyan = 0, Magento = 0.02, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
RGB | 200 | 195 | 199 | - |
CMYK | 0 | 0.02 | 0.00 | 0.22 |
HSL | 312º | 0.04% | 0.77% | - |
HSV(B) | 312º | 0.02% | 0.78% | - |
XYZ | 53.64 | 55.43 | 61.91 | - |
YUV | 196.95 | 129.16 | 130.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 195 | 199 | 0 | 0.02 | 0.00 | 0.22 | 312 | 0.04 | 0.77 |
Hex | C8 | C3 | C7 | 0 | 2 | 0 | 16 | 138 | 4 | 4D |
Octal | 310 | 303 | 307 | 0 | 2 | 0 | 26 | 470 | 4 | 115 |
Binary | 11001000 | 11000011 | 11000111 | 0 | 10 | 0 | 10110 | 100111000 | 100 | 1001101 |
Color Harmonies of #C8C3C7
Complementary color
Monochromatic Colors of #C8C3C7
Black with #C8C3C7
Text Example
Text Example
White with #C8C3C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C3C7; }
p { color: rgb(200,195,199); }
H1.HeaderClassName
{
color: #C8C3C7;
}
.AnyTagClassName
{
color: #C8C3C7;
}
</style>
background-color css
<style>
a { background-color: #C8C3C7; }
a { background-color: rgb(200,195,199); }
div.DivClassName
{
background-color: #C8C3C7;
}
.BgClassName
{
background-color: #C8C3C7;
}
</style>
border-color css
<style>
span { border-color: #C8C3C7; }
span { border-color: rgb(200,195,199); }
td.TdClassName
{
border-color: #C8C3C7;
}
.TagClassName
{
border-color: #C8C3C7;
}
</style>