Shades of Maverick #C0ADBA
Tints of Maverick #C0ADBA
RGB
CMYK
RGB Variations
Color information
#C0ADBA (or 0xC0ADBA) is known color: Maverick. HEX triplet: C0, AD and BA. RGB value is (192,173,186). Sum of RGB (Red+Green+Blue) = 192+173+186=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ADBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADBA is #3F5245. Grayscale: #B4B4B4. Windows color (decimal): -4149830 or 12234176. OLE color: 12234176.
HSL color Cylindrical-coordinate representation of color #C0ADBA: hue angle of 318.95º 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 #C0ADBA is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 186 | - |
| CMYK | 0 | 0.10 | 0.03 | 0.25 |
| HSL | 318.95º | 0.13% | 0.72% | - |
| HSV(B) | 318.95º | 0.1% | 0.75% | - |
| XYZ | 45.54 | 44.64 | 52.67 | - |
| YUV | 180.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 186 | 0 | 0.10 | 0.03 | 0.25 | 318.95 | 0.13 | 0.72 |
| Hex | C0 | AD | BA | 0 | A | 3 | 19 | 13F | D | 48 |
| Octal | 300 | 255 | 272 | 0 | 12 | 3 | 31 | 477 | 15 | 110 |
| Binary | 11000000 | 10101101 | 10111010 | 0 | 1010 | 11 | 11001 | 100111111 | 1101 | 1001000 |
Color Harmonies of #C0ADBA
Complementary color
Monochromatic Colors of #C0ADBA
Black with #C0ADBA
Text Example
Text Example
White with #C0ADBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ADBA; }
p { color: rgb(192,173,186); }
H1.HeaderClassName
{
color: #C0ADBA;
}
.AnyTagClassName
{
color: #C0ADBA;
}
</style>
background-color css
<style>
a { background-color: #C0ADBA; }
a { background-color: rgb(192,173,186); }
div.DivClassName
{
background-color: #C0ADBA;
}
.BgClassName
{
background-color: #C0ADBA;
}
</style>
border-color css
<style>
span { border-color: #C0ADBA; }
span { border-color: rgb(192,173,186); }
td.TdClassName
{
border-color: #C0ADBA;
}
.TagClassName
{
border-color: #C0ADBA;
}
</style>