Shades of Maverick #C0ADBD
Tints of Maverick #C0ADBD
RGB
CMYK
RGB Variations
Color information
#C0ADBD (or 0xC0ADBD) is known color: Maverick. HEX triplet: C0, AD and BD. RGB value is (192,173,189). Sum of RGB (Red+Green+Blue) = 192+173+189=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ADBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ADBD is #3F5242. Grayscale: #B4B4B4. Windows color (decimal): -4149827 or 12430784. OLE color: 12430784.
HSL color Cylindrical-coordinate representation of color #C0ADBD: hue angle of 309.47º 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 #C0ADBD is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 173 | 189 | - |
| CMYK | 0 | 0.10 | 0.02 | 0.25 |
| HSL | 309.47º | 0.13% | 0.72% | - |
| HSV(B) | 309.47º | 0.1% | 0.75% | - |
| XYZ | 45.87 | 44.77 | 54.37 | - |
| YUV | 180.51 | 132.79 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 173 | 189 | 0 | 0.10 | 0.02 | 0.25 | 309.47 | 0.13 | 0.72 |
| Hex | C0 | AD | BD | 0 | A | 2 | 19 | 135 | D | 48 |
| Octal | 300 | 255 | 275 | 0 | 12 | 2 | 31 | 465 | 15 | 110 |
| Binary | 11000000 | 10101101 | 10111101 | 0 | 1010 | 10 | 11001 | 100110101 | 1101 | 1001000 |
Color Harmonies of #C0ADBD
Complementary color
Monochromatic Colors of #C0ADBD
Black with #C0ADBD
Text Example
Text Example
White with #C0ADBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0ADBD; }
p { color: rgb(192,173,189); }
H1.HeaderClassName
{
color: #C0ADBD;
}
.AnyTagClassName
{
color: #C0ADBD;
}
</style>
background-color css
<style>
a { background-color: #C0ADBD; }
a { background-color: rgb(192,173,189); }
div.DivClassName
{
background-color: #C0ADBD;
}
.BgClassName
{
background-color: #C0ADBD;
}
</style>
border-color css
<style>
span { border-color: #C0ADBD; }
span { border-color: rgb(192,173,189); }
td.TdClassName
{
border-color: #C0ADBD;
}
.TagClassName
{
border-color: #C0ADBD;
}
</style>