Shades of Maverick #C5AFBC
Tints of Maverick #C5AFBC
RGB
CMYK
RGB Variations
Color information
#C5AFBC (or 0xC5AFBC) is known color: Maverick. HEX triplet: C5, AF and BC. RGB value is (197,175,188). Sum of RGB (Red+Green+Blue) = 197+175+188=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AFBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFBC is #3A5043. Grayscale: #B7B7B7. Windows color (decimal): -3821636 or 12365765. OLE color: 12365765.
HSL color Cylindrical-coordinate representation of color #C5AFBC: hue angle of 324.55º 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 #C5AFBC is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 188 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.23 |
| HSL | 324.55º | 0.16% | 0.73% | - |
| HSV(B) | 324.55º | 0.11% | 0.77% | - |
| XYZ | 47.43 | 46.16 | 53.99 | - |
| YUV | 183.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 188 | 0 | 0.11 | 0.05 | 0.23 | 324.55 | 0.16 | 0.73 |
| Hex | C5 | AF | BC | 0 | B | 5 | 17 | 145 | 10 | 49 |
| Octal | 305 | 257 | 274 | 0 | 13 | 5 | 27 | 505 | 20 | 111 |
| Binary | 11000101 | 10101111 | 10111100 | 0 | 1011 | 101 | 10111 | 101000101 | 10000 | 1001001 |
Color Harmonies of #C5AFBC
Complementary color
Monochromatic Colors of #C5AFBC
Black with #C5AFBC
Text Example
Text Example
White with #C5AFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AFBC; }
p { color: rgb(197,175,188); }
H1.HeaderClassName
{
color: #C5AFBC;
}
.AnyTagClassName
{
color: #C5AFBC;
}
</style>
background-color css
<style>
a { background-color: #C5AFBC; }
a { background-color: rgb(197,175,188); }
div.DivClassName
{
background-color: #C5AFBC;
}
.BgClassName
{
background-color: #C5AFBC;
}
</style>
border-color css
<style>
span { border-color: #C5AFBC; }
span { border-color: rgb(197,175,188); }
td.TdClassName
{
border-color: #C5AFBC;
}
.TagClassName
{
border-color: #C5AFBC;
}
</style>