Shades of Maverick #C0AEB9
Tints of Maverick #C0AEB9
RGB
CMYK
RGB Variations
Color information
#C0AEB9 (or 0xC0AEB9) is known color: Maverick. HEX triplet: C0, AE and B9. RGB value is (192,174,185). Sum of RGB (Red+Green+Blue) = 192+174+185=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 185 (72.66% from 255 or 33.58% from 551); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AEB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AEB9 is #3F5146. Grayscale: #B4B4B4. Windows color (decimal): -4149575 or 12168896. OLE color: 12168896.
HSL color Cylindrical-coordinate representation of color #C0AEB9: hue angle of 323.33º 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 #C0AEB9 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 174 | 185 | - |
CMYK | 0 | 0.09 | 0.04 | 0.25 |
HSL | 323.33º | 0.13% | 0.72% | - |
HSV(B) | 323.33º | 0.09% | 0.75% | - |
XYZ | 45.63 | 44.98 | 52.18 | - |
YUV | 180.64 | 130.46 | 136.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 174 | 185 | 0 | 0.09 | 0.04 | 0.25 | 323.33 | 0.13 | 0.72 |
Hex | C0 | AE | B9 | 0 | 9 | 4 | 19 | 143 | C | 48 |
Octal | 300 | 256 | 271 | 0 | 11 | 4 | 31 | 503 | 14 | 110 |
Binary | 11000000 | 10101110 | 10111001 | 0 | 1001 | 100 | 11001 | 101000011 | 1100 | 1001000 |
Color Harmonies of #C0AEB9
Complementary color
Monochromatic Colors of #C0AEB9
Black with #C0AEB9
Text Example
Text Example
White with #C0AEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AEB9; }
p { color: rgb(192,174,185); }
H1.HeaderClassName
{
color: #C0AEB9;
}
.AnyTagClassName
{
color: #C0AEB9;
}
</style>
background-color css
<style>
a { background-color: #C0AEB9; }
a { background-color: rgb(192,174,185); }
div.DivClassName
{
background-color: #C0AEB9;
}
.BgClassName
{
background-color: #C0AEB9;
}
</style>
border-color css
<style>
span { border-color: #C0AEB9; }
span { border-color: rgb(192,174,185); }
td.TdClassName
{
border-color: #C0AEB9;
}
.TagClassName
{
border-color: #C0AEB9;
}
</style>