Shades of Maverick #C0ADBC
Tints of Maverick #C0ADBC
RGB
CMYK
RGB Variations
Color information
#C0ADBC (or 0xC0ADBC) is known color: Maverick. HEX triplet: C0, AD and BC. RGB value is (192,173,188). Sum of RGB (Red+Green+Blue) = 192+173+188=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 188 (73.83% from 255 or 34.00% from 553); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ADBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADBC is #3F5243. Grayscale: #B4B4B4. Windows color (decimal): -4149828 or 12365248. OLE color: 12365248.
HSL color Cylindrical-coordinate representation of color #C0ADBC: hue angle of 312.63º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0ADBC is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 188 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.25 |
| HSL | 312.63º | 0.13% | 0.72% | - |
| HSV(B) | 312.63º | 0.1% | 0.75% | - |
| XYZ | 45.76 | 44.72 | 53.8 | - |
| YUV | 180.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 188 | 0 | 0.10 | 0.02 | 0.25 | 312.63 | 0.13 | 0.72 |
| Hex | C0 | AD | BC | 0 | A | 2 | 19 | 139 | D | 48 |
| Octal | 300 | 255 | 274 | 0 | 12 | 2 | 31 | 471 | 15 | 110 |
| Binary | 11000000 | 10101101 | 10111100 | 0 | 1010 | 10 | 11001 | 100111001 | 1101 | 1001000 |
Color Harmonies of #C0ADBC
Complementary color
Monochromatic Colors of #C0ADBC
Black with #C0ADBC
Text Example
Text Example
White with #C0ADBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ADBC; }
p { color: rgb(192,173,188); }
H1.HeaderClassName
{
color: #C0ADBC;
}
.AnyTagClassName
{
color: #C0ADBC;
}
</style>
background-color css
<style>
a { background-color: #C0ADBC; }
a { background-color: rgb(192,173,188); }
div.DivClassName
{
background-color: #C0ADBC;
}
.BgClassName
{
background-color: #C0ADBC;
}
</style>
border-color css
<style>
span { border-color: #C0ADBC; }
span { border-color: rgb(192,173,188); }
td.TdClassName
{
border-color: #C0ADBC;
}
.TagClassName
{
border-color: #C0ADBC;
}
</style>