Shades of Maverick #CDA0C2
Tints of Maverick #CDA0C2
RGB
CMYK
RGB Variations
Color information
#CDA0C2 (or 0xCDA0C2) is known color: Maverick. HEX triplet: CD, A0 and C2. RGB value is (205,160,194). Sum of RGB (Red+Green+Blue) = 205+160+194=559 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.67% from 559); Green value is 160 (62.89% from 255 or 28.62% from 559); Blue value is 194 (76.17% from 255 or 34.70% from 559); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA0C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA0C2 is #325F3D. Grayscale: #B1B1B1. Windows color (decimal): -3301182 or 12755149. OLE color: 12755149.
HSL color Cylindrical-coordinate representation of color #CDA0C2: hue angle of 314.67º 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 #CDA0C2 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 160 | 194 | - |
| CMYK | 0 | 0.22 | 0.05 | 0.20 |
| HSL | 314.67º | 0.31% | 0.72% | - |
| HSV(B) | 314.67º | 0.22% | 0.8% | - |
| XYZ | 47.49 | 42.02 | 56.65 | - |
| YUV | 177.33 | 137.41 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 160 | 194 | 0 | 0.22 | 0.05 | 0.20 | 314.67 | 0.31 | 0.72 |
| Hex | CD | A0 | C2 | 0 | 16 | 5 | 14 | 13B | 1F | 48 |
| Octal | 315 | 240 | 302 | 0 | 26 | 5 | 24 | 473 | 37 | 110 |
| Binary | 11001101 | 10100000 | 11000010 | 0 | 10110 | 101 | 10100 | 100111011 | 11111 | 1001000 |
Color Harmonies of #CDA0C2
Complementary color
Monochromatic Colors of #CDA0C2
Black with #CDA0C2
Text Example
Text Example
White with #CDA0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA0C2; }
p { color: rgb(205,160,194); }
H1.HeaderClassName
{
color: #CDA0C2;
}
.AnyTagClassName
{
color: #CDA0C2;
}
</style>
background-color css
<style>
a { background-color: #CDA0C2; }
a { background-color: rgb(205,160,194); }
div.DivClassName
{
background-color: #CDA0C2;
}
.BgClassName
{
background-color: #CDA0C2;
}
</style>
border-color css
<style>
span { border-color: #CDA0C2; }
span { border-color: rgb(205,160,194); }
td.TdClassName
{
border-color: #CDA0C2;
}
.TagClassName
{
border-color: #CDA0C2;
}
</style>