Shades of Maverick #CDA6C0
Tints of Maverick #CDA6C0
RGB
CMYK
RGB Variations
Color information
#CDA6C0 (or 0xCDA6C0) is known color: Maverick. HEX triplet: CD, A6 and C0. RGB value is (205,166,192). Sum of RGB (Red+Green+Blue) = 205+166+192=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 166 (65.23% from 255 or 29.48% from 563); Blue value is 192 (75.39% from 255 or 34.10% from 563); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA6C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA6C0 is #32593F. Grayscale: #B4B4B4. Windows color (decimal): -3299648 or 12625613. OLE color: 12625613.
HSL color Cylindrical-coordinate representation of color #CDA6C0: hue angle of 320º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDA6C0 is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 192 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.20 |
| HSL | 320º | 0.28% | 0.73% | - |
| HSV(B) | 320º | 0.19% | 0.8% | - |
| XYZ | 48.33 | 44.06 | 55.83 | - |
| YUV | 180.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 192 | 0 | 0.19 | 0.06 | 0.20 | 320 | 0.28 | 0.73 |
| Hex | CD | A6 | C0 | 0 | 13 | 6 | 14 | 140 | 1C | 49 |
| Octal | 315 | 246 | 300 | 0 | 23 | 6 | 24 | 500 | 34 | 111 |
| Binary | 11001101 | 10100110 | 11000000 | 0 | 10011 | 110 | 10100 | 101000000 | 11100 | 1001001 |
Color Harmonies of #CDA6C0
Complementary color
Monochromatic Colors of #CDA6C0
Black with #CDA6C0
Text Example
Text Example
White with #CDA6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA6C0; }
p { color: rgb(205,166,192); }
H1.HeaderClassName
{
color: #CDA6C0;
}
.AnyTagClassName
{
color: #CDA6C0;
}
</style>
background-color css
<style>
a { background-color: #CDA6C0; }
a { background-color: rgb(205,166,192); }
div.DivClassName
{
background-color: #CDA6C0;
}
.BgClassName
{
background-color: #CDA6C0;
}
</style>
border-color css
<style>
span { border-color: #CDA6C0; }
span { border-color: rgb(205,166,192); }
td.TdClassName
{
border-color: #CDA6C0;
}
.TagClassName
{
border-color: #CDA6C0;
}
</style>