Shades of Maverick #C5A4BC
Tints of Maverick #C5A4BC
RGB
CMYK
RGB Variations
Color information
#C5A4BC (or 0xC5A4BC) is known color: Maverick. HEX triplet: C5, A4 and BC. RGB value is (197,164,188). Sum of RGB (Red+Green+Blue) = 197+164+188=549 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.88% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 188 (73.83% from 255 or 34.24% from 549); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A4BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A4BC is #3A5B43. Grayscale: #B0B0B0. Windows color (decimal): -3824452 or 12362949. OLE color: 12362949.
HSL color Cylindrical-coordinate representation of color #C5A4BC: hue angle of 316.36º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5A4BC is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 164 | 188 | - |
| CMYK | 0 | 0.17 | 0.05 | 0.23 |
| HSL | 316.36º | 0.22% | 0.71% | - |
| HSV(B) | 316.36º | 0.17% | 0.77% | - |
| XYZ | 45.38 | 42.05 | 53.3 | - |
| YUV | 176.6 | 134.43 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 164 | 188 | 0 | 0.17 | 0.05 | 0.23 | 316.36 | 0.22 | 0.71 |
| Hex | C5 | A4 | BC | 0 | 11 | 5 | 17 | 13C | 16 | 47 |
| Octal | 305 | 244 | 274 | 0 | 21 | 5 | 27 | 474 | 26 | 107 |
| Binary | 11000101 | 10100100 | 10111100 | 0 | 10001 | 101 | 10111 | 100111100 | 10110 | 1000111 |
Color Harmonies of #C5A4BC
Complementary color
Monochromatic Colors of #C5A4BC
Black with #C5A4BC
Text Example
Text Example
White with #C5A4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A4BC; }
p { color: rgb(197,164,188); }
H1.HeaderClassName
{
color: #C5A4BC;
}
.AnyTagClassName
{
color: #C5A4BC;
}
</style>
background-color css
<style>
a { background-color: #C5A4BC; }
a { background-color: rgb(197,164,188); }
div.DivClassName
{
background-color: #C5A4BC;
}
.BgClassName
{
background-color: #C5A4BC;
}
</style>
border-color css
<style>
span { border-color: #C5A4BC; }
span { border-color: rgb(197,164,188); }
td.TdClassName
{
border-color: #C5A4BC;
}
.TagClassName
{
border-color: #C5A4BC;
}
</style>