Shades of Maverick #C5A8C0
Tints of Maverick #C5A8C0
RGB
CMYK
RGB Variations
Color information
#C5A8C0 (or 0xC5A8C0) is known color: Maverick. HEX triplet: C5, A8 and C0. RGB value is (197,168,192). Sum of RGB (Red+Green+Blue) = 197+168+192=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 168 (66.02% from 255 or 30.16% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A8C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A8C0 is #3A573F. Grayscale: #B3B3B3. Windows color (decimal): -3823424 or 12626117. OLE color: 12626117.
HSL color Cylindrical-coordinate representation of color #C5A8C0: hue angle of 310.34º degrees, saturation: 0.2, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C5A8C0 is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 168 | 192 | - |
CMYK | 0 | 0.15 | 0.03 | 0.23 |
HSL | 310.34º | 0.2% | 0.72% | - |
HSV(B) | 310.34º | 0.15% | 0.77% | - |
XYZ | 46.54 | 43.68 | 55.85 | - |
YUV | 179.41 | 135.11 | 140.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 168 | 192 | 0 | 0.15 | 0.03 | 0.23 | 310.34 | 0.2 | 0.72 |
Hex | C5 | A8 | C0 | 0 | F | 3 | 17 | 136 | 14 | 48 |
Octal | 305 | 250 | 300 | 0 | 17 | 3 | 27 | 466 | 24 | 110 |
Binary | 11000101 | 10101000 | 11000000 | 0 | 1111 | 11 | 10111 | 100110110 | 10100 | 1001000 |
Color Harmonies of #C5A8C0
Complementary color
Monochromatic Colors of #C5A8C0
Black with #C5A8C0
Text Example
Text Example
White with #C5A8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A8C0; }
p { color: rgb(197,168,192); }
H1.HeaderClassName
{
color: #C5A8C0;
}
.AnyTagClassName
{
color: #C5A8C0;
}
</style>
background-color css
<style>
a { background-color: #C5A8C0; }
a { background-color: rgb(197,168,192); }
div.DivClassName
{
background-color: #C5A8C0;
}
.BgClassName
{
background-color: #C5A8C0;
}
</style>
border-color css
<style>
span { border-color: #C5A8C0; }
span { border-color: rgb(197,168,192); }
td.TdClassName
{
border-color: #C5A8C0;
}
.TagClassName
{
border-color: #C5A8C0;
}
</style>