Shades of Maverick #C5AFBE
Tints of Maverick #C5AFBE
RGB
CMYK
RGB Variations
Color information
#C5AFBE (or 0xC5AFBE) is known color: Maverick. HEX triplet: C5, AF and BE. RGB value is (197,175,190). Sum of RGB (Red+Green+Blue) = 197+175+190=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 190 (74.61% from 255 or 33.81% from 562); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AFBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFBE is #3A5041. Grayscale: #B7B7B7. Windows color (decimal): -3821634 or 12496837. OLE color: 12496837.
HSL color Cylindrical-coordinate representation of color #C5AFBE: hue angle of 319.09º 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 #C5AFBE is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 190 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.23 |
| HSL | 319.09º | 0.16% | 0.73% | - |
| HSV(B) | 319.09º | 0.11% | 0.77% | - |
| XYZ | 47.65 | 46.25 | 55.13 | - |
| YUV | 183.29 | 131.79 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 190 | 0 | 0.11 | 0.04 | 0.23 | 319.09 | 0.16 | 0.73 |
| Hex | C5 | AF | BE | 0 | B | 4 | 17 | 13F | 10 | 49 |
| Octal | 305 | 257 | 276 | 0 | 13 | 4 | 27 | 477 | 20 | 111 |
| Binary | 11000101 | 10101111 | 10111110 | 0 | 1011 | 100 | 10111 | 100111111 | 10000 | 1001001 |
Color Harmonies of #C5AFBE
Complementary color
Monochromatic Colors of #C5AFBE
Black with #C5AFBE
Text Example
Text Example
White with #C5AFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AFBE; }
p { color: rgb(197,175,190); }
H1.HeaderClassName
{
color: #C5AFBE;
}
.AnyTagClassName
{
color: #C5AFBE;
}
</style>
background-color css
<style>
a { background-color: #C5AFBE; }
a { background-color: rgb(197,175,190); }
div.DivClassName
{
background-color: #C5AFBE;
}
.BgClassName
{
background-color: #C5AFBE;
}
</style>
border-color css
<style>
span { border-color: #C5AFBE; }
span { border-color: rgb(197,175,190); }
td.TdClassName
{
border-color: #C5AFBE;
}
.TagClassName
{
border-color: #C5AFBE;
}
</style>