Shades of Maverick #CDA2C0
Tints of Maverick #CDA2C0
RGB
CMYK
RGB Variations
Color information
#CDA2C0 (or 0xCDA2C0) is known color: Maverick. HEX triplet: CD, A2 and C0. RGB value is (205,162,192). Sum of RGB (Red+Green+Blue) = 205+162+192=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA2C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA2C0 is #325D3F. Grayscale: #B2B2B2. Windows color (decimal): -3300672 or 12624589. OLE color: 12624589.
HSL color Cylindrical-coordinate representation of color #CDA2C0: hue angle of 318.14º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDA2C0 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 162 | 192 | - |
CMYK | 0 | 0.21 | 0.06 | 0.20 |
HSL | 318.14º | 0.3% | 0.72% | - |
HSV(B) | 318.14º | 0.21% | 0.8% | - |
XYZ | 47.61 | 42.63 | 55.59 | - |
YUV | 178.28 | 135.75 | 147.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 162 | 192 | 0 | 0.21 | 0.06 | 0.20 | 318.14 | 0.3 | 0.72 |
Hex | CD | A2 | C0 | 0 | 15 | 6 | 14 | 13E | 1E | 48 |
Octal | 315 | 242 | 300 | 0 | 25 | 6 | 24 | 476 | 36 | 110 |
Binary | 11001101 | 10100010 | 11000000 | 0 | 10101 | 110 | 10100 | 100111110 | 11110 | 1001000 |
Color Harmonies of #CDA2C0
Complementary color
Monochromatic Colors of #CDA2C0
Black with #CDA2C0
Text Example
Text Example
White with #CDA2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA2C0; }
p { color: rgb(205,162,192); }
H1.HeaderClassName
{
color: #CDA2C0;
}
.AnyTagClassName
{
color: #CDA2C0;
}
</style>
background-color css
<style>
a { background-color: #CDA2C0; }
a { background-color: rgb(205,162,192); }
div.DivClassName
{
background-color: #CDA2C0;
}
.BgClassName
{
background-color: #CDA2C0;
}
</style>
border-color css
<style>
span { border-color: #CDA2C0; }
span { border-color: rgb(205,162,192); }
td.TdClassName
{
border-color: #CDA2C0;
}
.TagClassName
{
border-color: #CDA2C0;
}
</style>