Shades of Maverick #C5A9BC
Tints of Maverick #C5A9BC
RGB
CMYK
RGB Variations
Color information
#C5A9BC (or 0xC5A9BC) is known color: Maverick. HEX triplet: C5, A9 and BC. RGB value is (197,169,188). Sum of RGB (Red+Green+Blue) = 197+169+188=554 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.56% from 554); Green value is 169 (66.41% from 255 or 30.51% from 554); Blue value is 188 (73.83% from 255 or 33.94% from 554); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A9BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5A9BC is #3A5643. Grayscale: #B3B3B3. Windows color (decimal): -3823172 or 12364229. OLE color: 12364229.
HSL color Cylindrical-coordinate representation of color #C5A9BC: hue angle of 319.29º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5A9BC is Cyan = 0, Magento = 0.14, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 169 | 188 | - |
| CMYK | 0 | 0.14 | 0.05 | 0.23 |
| HSL | 319.29º | 0.19% | 0.72% | - |
| HSV(B) | 319.29º | 0.14% | 0.77% | - |
| XYZ | 46.29 | 43.88 | 53.61 | - |
| YUV | 179.54 | 132.78 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 169 | 188 | 0 | 0.14 | 0.05 | 0.23 | 319.29 | 0.19 | 0.72 |
| Hex | C5 | A9 | BC | 0 | E | 5 | 17 | 13F | 13 | 48 |
| Octal | 305 | 251 | 274 | 0 | 16 | 5 | 27 | 477 | 23 | 110 |
| Binary | 11000101 | 10101001 | 10111100 | 0 | 1110 | 101 | 10111 | 100111111 | 10011 | 1001000 |
Color Harmonies of #C5A9BC
Complementary color
Monochromatic Colors of #C5A9BC
Black with #C5A9BC
Text Example
Text Example
White with #C5A9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5A9BC; }
p { color: rgb(197,169,188); }
H1.HeaderClassName
{
color: #C5A9BC;
}
.AnyTagClassName
{
color: #C5A9BC;
}
</style>
background-color css
<style>
a { background-color: #C5A9BC; }
a { background-color: rgb(197,169,188); }
div.DivClassName
{
background-color: #C5A9BC;
}
.BgClassName
{
background-color: #C5A9BC;
}
</style>
border-color css
<style>
span { border-color: #C5A9BC; }
span { border-color: rgb(197,169,188); }
td.TdClassName
{
border-color: #C5A9BC;
}
.TagClassName
{
border-color: #C5A9BC;
}
</style>