Shades of Maverick #C0ACBC
Tints of Maverick #C0ACBC
RGB
CMYK
RGB Variations
Color information
#C0ACBC (or 0xC0ACBC) is known color: Maverick. HEX triplet: C0, AC and BC. RGB value is (192,172,188). Sum of RGB (Red+Green+Blue) = 192+172+188=552 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.78% from 552); Green value is 172 (67.58% from 255 or 31.16% from 552); Blue value is 188 (73.83% from 255 or 34.06% from 552); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ACBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACBC is #3F5343. Grayscale: #B3B3B3. Windows color (decimal): -4150084 or 12364992. OLE color: 12364992.
HSL color Cylindrical-coordinate representation of color #C0ACBC: hue angle of 312º 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 #C0ACBC is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 172 | 188 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.25 |
| HSL | 312º | 0.14% | 0.71% | - |
| HSV(B) | 312º | 0.1% | 0.75% | - |
| XYZ | 45.57 | 44.34 | 53.73 | - |
| YUV | 179.8 | 132.63 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 172 | 188 | 0 | 0.10 | 0.02 | 0.25 | 312 | 0.14 | 0.71 |
| Hex | C0 | AC | BC | 0 | A | 2 | 19 | 138 | E | 47 |
| Octal | 300 | 254 | 274 | 0 | 12 | 2 | 31 | 470 | 16 | 107 |
| Binary | 11000000 | 10101100 | 10111100 | 0 | 1010 | 10 | 11001 | 100111000 | 1110 | 1000111 |
Color Harmonies of #C0ACBC
Complementary color
Monochromatic Colors of #C0ACBC
Black with #C0ACBC
Text Example
Text Example
White with #C0ACBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ACBC; }
p { color: rgb(192,172,188); }
H1.HeaderClassName
{
color: #C0ACBC;
}
.AnyTagClassName
{
color: #C0ACBC;
}
</style>
background-color css
<style>
a { background-color: #C0ACBC; }
a { background-color: rgb(192,172,188); }
div.DivClassName
{
background-color: #C0ACBC;
}
.BgClassName
{
background-color: #C0ACBC;
}
</style>
border-color css
<style>
span { border-color: #C0ACBC; }
span { border-color: rgb(192,172,188); }
td.TdClassName
{
border-color: #C0ACBC;
}
.TagClassName
{
border-color: #C0ACBC;
}
</style>