Shades of Maverick #C5A8BE
Tints of Maverick #C5A8BE
RGB
CMYK
RGB Variations
Color information
#C5A8BE (or 0xC5A8BE) is known color: Maverick. HEX triplet: C5, A8 and BE. RGB value is (197,168,190). Sum of RGB (Red+Green+Blue) = 197+168+190=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 168 (66.02% from 255 or 30.27% from 555); Blue value is 190 (74.61% from 255 or 34.23% from 555); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A8BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A8BE is #3A5741. Grayscale: #B3B3B3. Windows color (decimal): -3823426 or 12495045. OLE color: 12495045.
HSL color Cylindrical-coordinate representation of color #C5A8BE: hue angle of 314.48º 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 #C5A8BE is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 168 | 190 | - |
CMYK | 0 | 0.15 | 0.04 | 0.23 |
HSL | 314.48º | 0.2% | 0.72% | - |
HSV(B) | 314.48º | 0.15% | 0.77% | - |
XYZ | 46.32 | 43.59 | 54.69 | - |
YUV | 179.18 | 134.11 | 140.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 168 | 190 | 0 | 0.15 | 0.04 | 0.23 | 314.48 | 0.2 | 0.72 |
Hex | C5 | A8 | BE | 0 | F | 4 | 17 | 13A | 14 | 48 |
Octal | 305 | 250 | 276 | 0 | 17 | 4 | 27 | 472 | 24 | 110 |
Binary | 11000101 | 10101000 | 10111110 | 0 | 1111 | 100 | 10111 | 100111010 | 10100 | 1001000 |
Color Harmonies of #C5A8BE
Complementary color
Monochromatic Colors of #C5A8BE
Black with #C5A8BE
Text Example
Text Example
White with #C5A8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A8BE; }
p { color: rgb(197,168,190); }
H1.HeaderClassName
{
color: #C5A8BE;
}
.AnyTagClassName
{
color: #C5A8BE;
}
</style>
background-color css
<style>
a { background-color: #C5A8BE; }
a { background-color: rgb(197,168,190); }
div.DivClassName
{
background-color: #C5A8BE;
}
.BgClassName
{
background-color: #C5A8BE;
}
</style>
border-color css
<style>
span { border-color: #C5A8BE; }
span { border-color: rgb(197,168,190); }
td.TdClassName
{
border-color: #C5A8BE;
}
.TagClassName
{
border-color: #C5A8BE;
}
</style>