Shades of Maverick #C5AFBD
Tints of Maverick #C5AFBD
RGB
CMYK
RGB Variations
Color information
#C5AFBD (or 0xC5AFBD) is known color: Maverick. HEX triplet: C5, AF and BD. RGB value is (197,175,189). Sum of RGB (Red+Green+Blue) = 197+175+189=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AFBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFBD is #3A5042. Grayscale: #B7B7B7. Windows color (decimal): -3821635 or 12431301. OLE color: 12431301.
HSL color Cylindrical-coordinate representation of color #C5AFBD: hue angle of 321.82º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C5AFBD is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 189 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.23 |
| HSL | 321.82º | 0.16% | 0.73% | - |
| HSV(B) | 321.82º | 0.11% | 0.77% | - |
| XYZ | 47.54 | 46.2 | 54.56 | - |
| YUV | 183.17 | 131.29 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 189 | 0 | 0.11 | 0.04 | 0.23 | 321.82 | 0.16 | 0.73 |
| Hex | C5 | AF | BD | 0 | B | 4 | 17 | 142 | 10 | 49 |
| Octal | 305 | 257 | 275 | 0 | 13 | 4 | 27 | 502 | 20 | 111 |
| Binary | 11000101 | 10101111 | 10111101 | 0 | 1011 | 100 | 10111 | 101000010 | 10000 | 1001001 |
Color Harmonies of #C5AFBD
Complementary color
Monochromatic Colors of #C5AFBD
Black with #C5AFBD
Text Example
Text Example
White with #C5AFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AFBD; }
p { color: rgb(197,175,189); }
H1.HeaderClassName
{
color: #C5AFBD;
}
.AnyTagClassName
{
color: #C5AFBD;
}
</style>
background-color css
<style>
a { background-color: #C5AFBD; }
a { background-color: rgb(197,175,189); }
div.DivClassName
{
background-color: #C5AFBD;
}
.BgClassName
{
background-color: #C5AFBD;
}
</style>
border-color css
<style>
span { border-color: #C5AFBD; }
span { border-color: rgb(197,175,189); }
td.TdClassName
{
border-color: #C5AFBD;
}
.TagClassName
{
border-color: #C5AFBD;
}
</style>