Shades of Maverick #C5AFB9
Tints of Maverick #C5AFB9
RGB
CMYK
RGB Variations
Color information
#C5AFB9 (or 0xC5AFB9) is known color: Maverick. HEX triplet: C5, AF and B9. RGB value is (197,175,185). Sum of RGB (Red+Green+Blue) = 197+175+185=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 175 (68.75% from 255 or 31.42% from 557); Blue value is 185 (72.66% from 255 or 33.21% from 557); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFB9 is #3A5046. Grayscale: #B6B6B6. Windows color (decimal): -3821639 or 12169157. OLE color: 12169157.
HSL color Cylindrical-coordinate representation of color #C5AFB9: hue angle of 332.73º 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 #C5AFB9 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 175 | 185 | - |
CMYK | 0 | 0.11 | 0.06 | 0.23 |
HSL | 332.73º | 0.16% | 0.73% | - |
HSV(B) | 332.73º | 0.11% | 0.77% | - |
XYZ | 47.11 | 46.03 | 52.3 | - |
YUV | 182.72 | 129.29 | 138.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 175 | 185 | 0 | 0.11 | 0.06 | 0.23 | 332.73 | 0.16 | 0.73 |
Hex | C5 | AF | B9 | 0 | B | 6 | 17 | 14D | 10 | 49 |
Octal | 305 | 257 | 271 | 0 | 13 | 6 | 27 | 515 | 20 | 111 |
Binary | 11000101 | 10101111 | 10111001 | 0 | 1011 | 110 | 10111 | 101001101 | 10000 | 1001001 |
Color Harmonies of #C5AFB9
Complementary color
Monochromatic Colors of #C5AFB9
Black with #C5AFB9
Text Example
Text Example
White with #C5AFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AFB9; }
p { color: rgb(197,175,185); }
H1.HeaderClassName
{
color: #C5AFB9;
}
.AnyTagClassName
{
color: #C5AFB9;
}
</style>
background-color css
<style>
a { background-color: #C5AFB9; }
a { background-color: rgb(197,175,185); }
div.DivClassName
{
background-color: #C5AFB9;
}
.BgClassName
{
background-color: #C5AFB9;
}
</style>
border-color css
<style>
span { border-color: #C5AFB9; }
span { border-color: rgb(197,175,185); }
td.TdClassName
{
border-color: #C5AFB9;
}
.TagClassName
{
border-color: #C5AFB9;
}
</style>