Shades of Maverick #CD9EC0
Tints of Maverick #CD9EC0
RGB
CMYK
RGB Variations
Color information
#CD9EC0 (or 0xCD9EC0) is known color: Maverick. HEX triplet: CD, 9E and C0. RGB value is (205,158,192). Sum of RGB (Red+Green+Blue) = 205+158+192=555 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.94% from 555); Green value is 158 (62.11% from 255 or 28.47% from 555); Blue value is 192 (75.39% from 255 or 34.59% from 555); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9EC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9EC0 is #32613F. Grayscale: #AFAFAF. Windows color (decimal): -3301696 or 12623565. OLE color: 12623565.
HSL color Cylindrical-coordinate representation of color #CD9EC0: hue angle of 316.6º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CD9EC0 is Cyan = 0, Magento = 0.23, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 158 | 192 | - |
| CMYK | 0 | 0.23 | 0.06 | 0.20 |
| HSL | 316.6º | 0.32% | 0.71% | - |
| HSV(B) | 316.6º | 0.23% | 0.8% | - |
| XYZ | 46.92 | 41.24 | 55.36 | - |
| YUV | 175.93 | 137.07 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 158 | 192 | 0 | 0.23 | 0.06 | 0.20 | 316.6 | 0.32 | 0.71 |
| Hex | CD | 9E | C0 | 0 | 17 | 6 | 14 | 13D | 20 | 47 |
| Octal | 315 | 236 | 300 | 0 | 27 | 6 | 24 | 475 | 40 | 107 |
| Binary | 11001101 | 10011110 | 11000000 | 0 | 10111 | 110 | 10100 | 100111101 | 100000 | 1000111 |
Color Harmonies of #CD9EC0
Complementary color
Monochromatic Colors of #CD9EC0
Black with #CD9EC0
Text Example
Text Example
White with #CD9EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD9EC0; }
p { color: rgb(205,158,192); }
H1.HeaderClassName
{
color: #CD9EC0;
}
.AnyTagClassName
{
color: #CD9EC0;
}
</style>
background-color css
<style>
a { background-color: #CD9EC0; }
a { background-color: rgb(205,158,192); }
div.DivClassName
{
background-color: #CD9EC0;
}
.BgClassName
{
background-color: #CD9EC0;
}
</style>
border-color css
<style>
span { border-color: #CD9EC0; }
span { border-color: rgb(205,158,192); }
td.TdClassName
{
border-color: #CD9EC0;
}
.TagClassName
{
border-color: #CD9EC0;
}
</style>