Shades of Maverick #C5AFBB
Tints of Maverick #C5AFBB
RGB
CMYK
RGB Variations
Color information
#C5AFBB (or 0xC5AFBB) is known color: Maverick. HEX triplet: C5, AF and BB. RGB value is (197,175,187). Sum of RGB (Red+Green+Blue) = 197+175+187=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 175 (68.75% from 255 or 31.31% from 559); Blue value is 187 (73.44% from 255 or 33.45% from 559); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AFBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFBB is #3A5044. Grayscale: #B6B6B6. Windows color (decimal): -3821637 or 12300229. OLE color: 12300229.
HSL color Cylindrical-coordinate representation of color #C5AFBB: hue angle of 327.27º 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 #C5AFBB is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 187 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.23 |
| HSL | 327.27º | 0.16% | 0.73% | - |
| HSV(B) | 327.27º | 0.11% | 0.77% | - |
| XYZ | 47.33 | 46.12 | 53.42 | - |
| YUV | 182.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 187 | 0 | 0.11 | 0.05 | 0.23 | 327.27 | 0.16 | 0.73 |
| Hex | C5 | AF | BB | 0 | B | 5 | 17 | 147 | 10 | 49 |
| Octal | 305 | 257 | 273 | 0 | 13 | 5 | 27 | 507 | 20 | 111 |
| Binary | 11000101 | 10101111 | 10111011 | 0 | 1011 | 101 | 10111 | 101000111 | 10000 | 1001001 |
Color Harmonies of #C5AFBB
Complementary color
Monochromatic Colors of #C5AFBB
Black with #C5AFBB
Text Example
Text Example
White with #C5AFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AFBB; }
p { color: rgb(197,175,187); }
H1.HeaderClassName
{
color: #C5AFBB;
}
.AnyTagClassName
{
color: #C5AFBB;
}
</style>
background-color css
<style>
a { background-color: #C5AFBB; }
a { background-color: rgb(197,175,187); }
div.DivClassName
{
background-color: #C5AFBB;
}
.BgClassName
{
background-color: #C5AFBB;
}
</style>
border-color css
<style>
span { border-color: #C5AFBB; }
span { border-color: rgb(197,175,187); }
td.TdClassName
{
border-color: #C5AFBB;
}
.TagClassName
{
border-color: #C5AFBB;
}
</style>