Shades of Maverick #C0ACBD
Tints of Maverick #C0ACBD
RGB
CMYK
RGB Variations
Color information
#C0ACBD (or 0xC0ACBD) is known color: Maverick. HEX triplet: C0, AC and BD. RGB value is (192,172,189). Sum of RGB (Red+Green+Blue) = 192+172+189=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 172 (67.58% from 255 or 31.10% from 553); Blue value is 189 (74.22% from 255 or 34.18% from 553); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ACBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACBD is #3F5342. Grayscale: #B3B3B3. Windows color (decimal): -4150083 or 12430528. OLE color: 12430528.
HSL color Cylindrical-coordinate representation of color #C0ACBD: hue angle of 309º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0ACBD is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 189 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.25 |
| HSL | 309º | 0.14% | 0.71% | - |
| HSV(B) | 309º | 0.1% | 0.75% | - |
| XYZ | 45.68 | 44.39 | 54.3 | - |
| YUV | 179.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 189 | 0 | 0.10 | 0.02 | 0.25 | 309 | 0.14 | 0.71 |
| Hex | C0 | AC | BD | 0 | A | 2 | 19 | 135 | E | 47 |
| Octal | 300 | 254 | 275 | 0 | 12 | 2 | 31 | 465 | 16 | 107 |
| Binary | 11000000 | 10101100 | 10111101 | 0 | 1010 | 10 | 11001 | 100110101 | 1110 | 1000111 |
Color Harmonies of #C0ACBD
Complementary color
Monochromatic Colors of #C0ACBD
Black with #C0ACBD
Text Example
Text Example
White with #C0ACBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ACBD; }
p { color: rgb(192,172,189); }
H1.HeaderClassName
{
color: #C0ACBD;
}
.AnyTagClassName
{
color: #C0ACBD;
}
</style>
background-color css
<style>
a { background-color: #C0ACBD; }
a { background-color: rgb(192,172,189); }
div.DivClassName
{
background-color: #C0ACBD;
}
.BgClassName
{
background-color: #C0ACBD;
}
</style>
border-color css
<style>
span { border-color: #C0ACBD; }
span { border-color: rgb(192,172,189); }
td.TdClassName
{
border-color: #C0ACBD;
}
.TagClassName
{
border-color: #C0ACBD;
}
</style>