Shades of Maverick #CDA0C0
Tints of Maverick #CDA0C0
RGB
CMYK
RGB Variations
Color information
#CDA0C0 (or 0xCDA0C0) is known color: Maverick. HEX triplet: CD, A0 and C0. RGB value is (205,160,192). Sum of RGB (Red+Green+Blue) = 205+160+192=557 (73% of max value = 765). Red value is 205 (80.47% from 255 or 36.80% from 557); Green value is 160 (62.89% from 255 or 28.73% from 557); Blue value is 192 (75.39% from 255 or 34.47% from 557); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA0C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA0C0 is #325F3F. Grayscale: #B1B1B1. Windows color (decimal): -3301184 or 12624077. OLE color: 12624077.
HSL color Cylindrical-coordinate representation of color #CDA0C0: hue angle of 317.33º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDA0C0 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 192 | - |
| CMYK | 0 | 0.22 | 0.06 | 0.20 |
| HSL | 317.33º | 0.31% | 0.72% | - |
| HSV(B) | 317.33º | 0.22% | 0.8% | - |
| XYZ | 47.26 | 41.93 | 55.47 | - |
| YUV | 177.1 | 136.41 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 192 | 0 | 0.22 | 0.06 | 0.20 | 317.33 | 0.31 | 0.72 |
| Hex | CD | A0 | C0 | 0 | 16 | 6 | 14 | 13D | 1F | 48 |
| Octal | 315 | 240 | 300 | 0 | 26 | 6 | 24 | 475 | 37 | 110 |
| Binary | 11001101 | 10100000 | 11000000 | 0 | 10110 | 110 | 10100 | 100111101 | 11111 | 1001000 |
Color Harmonies of #CDA0C0
Complementary color
Monochromatic Colors of #CDA0C0
Black with #CDA0C0
Text Example
Text Example
White with #CDA0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA0C0; }
p { color: rgb(205,160,192); }
H1.HeaderClassName
{
color: #CDA0C0;
}
.AnyTagClassName
{
color: #CDA0C0;
}
</style>
background-color css
<style>
a { background-color: #CDA0C0; }
a { background-color: rgb(205,160,192); }
div.DivClassName
{
background-color: #CDA0C0;
}
.BgClassName
{
background-color: #CDA0C0;
}
</style>
border-color css
<style>
span { border-color: #CDA0C0; }
span { border-color: rgb(205,160,192); }
td.TdClassName
{
border-color: #CDA0C0;
}
.TagClassName
{
border-color: #CDA0C0;
}
</style>