Shades of Maverick #C0AFB9
Tints of Maverick #C0AFB9
RGB
CMYK
RGB Variations
Color information
#C0AFB9 (or 0xC0AFB9) is known color: Maverick. HEX triplet: C0, AF and B9. RGB value is (192,175,185). Sum of RGB (Red+Green+Blue) = 192+175+185=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 175 (68.75% from 255 or 31.70% from 552); Blue value is 185 (72.66% from 255 or 33.51% from 552); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AFB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AFB9 is #3F5046. Grayscale: #B5B5B5. Windows color (decimal): -4149319 or 12169152. OLE color: 12169152.
HSL color Cylindrical-coordinate representation of color #C0AFB9: hue angle of 324.71º degrees, saturation: 0.12, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0AFB9 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 175 | 185 | - |
| CMYK | 0 | 0.09 | 0.04 | 0.25 |
| HSL | 324.71º | 0.12% | 0.72% | - |
| HSV(B) | 324.71º | 0.09% | 0.75% | - |
| XYZ | 45.83 | 45.37 | 52.24 | - |
| YUV | 181.22 | 130.13 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 175 | 185 | 0 | 0.09 | 0.04 | 0.25 | 324.71 | 0.12 | 0.72 |
| Hex | C0 | AF | B9 | 0 | 9 | 4 | 19 | 145 | C | 48 |
| Octal | 300 | 257 | 271 | 0 | 11 | 4 | 31 | 505 | 14 | 110 |
| Binary | 11000000 | 10101111 | 10111001 | 0 | 1001 | 100 | 11001 | 101000101 | 1100 | 1001000 |
Color Harmonies of #C0AFB9
Complementary color
Monochromatic Colors of #C0AFB9
Black with #C0AFB9
Text Example
Text Example
White with #C0AFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AFB9; }
p { color: rgb(192,175,185); }
H1.HeaderClassName
{
color: #C0AFB9;
}
.AnyTagClassName
{
color: #C0AFB9;
}
</style>
background-color css
<style>
a { background-color: #C0AFB9; }
a { background-color: rgb(192,175,185); }
div.DivClassName
{
background-color: #C0AFB9;
}
.BgClassName
{
background-color: #C0AFB9;
}
</style>
border-color css
<style>
span { border-color: #C0AFB9; }
span { border-color: rgb(192,175,185); }
td.TdClassName
{
border-color: #C0AFB9;
}
.TagClassName
{
border-color: #C0AFB9;
}
</style>