Shades of Maverick #C5AFBF
Tints of Maverick #C5AFBF
RGB
CMYK
RGB Variations
Color information
#C5AFBF (or 0xC5AFBF) is known color: Maverick. HEX triplet: C5, AF and BF. RGB value is (197,175,191). Sum of RGB (Red+Green+Blue) = 197+175+191=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 191 (75% from 255 or 33.93% from 563); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AFBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFBF is #3A5040. Grayscale: #B7B7B7. Windows color (decimal): -3821633 or 12562373. OLE color: 12562373.
HSL color Cylindrical-coordinate representation of color #C5AFBF: hue angle of 316.36º 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 #C5AFBF is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 175 | 191 | - |
| CMYK | 0 | 0.11 | 0.03 | 0.23 |
| HSL | 316.36º | 0.16% | 0.73% | - |
| HSV(B) | 316.36º | 0.11% | 0.77% | - |
| XYZ | 47.76 | 46.29 | 55.71 | - |
| YUV | 183.4 | 132.29 | 137.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 191 | 0 | 0.11 | 0.03 | 0.23 | 316.36 | 0.16 | 0.73 |
| Hex | C5 | AF | BF | 0 | B | 3 | 17 | 13C | 10 | 49 |
| Octal | 305 | 257 | 277 | 0 | 13 | 3 | 27 | 474 | 20 | 111 |
| Binary | 11000101 | 10101111 | 10111111 | 0 | 1011 | 11 | 10111 | 100111100 | 10000 | 1001001 |
Color Harmonies of #C5AFBF
Complementary color
Monochromatic Colors of #C5AFBF
Black with #C5AFBF
Text Example
Text Example
White with #C5AFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AFBF; }
p { color: rgb(197,175,191); }
H1.HeaderClassName
{
color: #C5AFBF;
}
.AnyTagClassName
{
color: #C5AFBF;
}
</style>
background-color css
<style>
a { background-color: #C5AFBF; }
a { background-color: rgb(197,175,191); }
div.DivClassName
{
background-color: #C5AFBF;
}
.BgClassName
{
background-color: #C5AFBF;
}
</style>
border-color css
<style>
span { border-color: #C5AFBF; }
span { border-color: rgb(197,175,191); }
td.TdClassName
{
border-color: #C5AFBF;
}
.TagClassName
{
border-color: #C5AFBF;
}
</style>