Shades of Maverick #CDA3C1
Tints of Maverick #CDA3C1
RGB
CMYK
RGB Variations
Color information
#CDA3C1 (or 0xCDA3C1) is known color: Maverick. HEX triplet: CD, A3 and C1. RGB value is (205,163,193). Sum of RGB (Red+Green+Blue) = 205+163+193=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 163 (64.06% from 255 or 29.06% from 561); Blue value is 193 (75.78% from 255 or 34.40% from 561); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA3C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA3C1 is #325C3E. Grayscale: #B2B2B2. Windows color (decimal): -3300415 or 12690381. OLE color: 12690381.
HSL color Cylindrical-coordinate representation of color #CDA3C1: hue angle of 317.14º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDA3C1 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 193 | - |
| CMYK | 0 | 0.20 | 0.06 | 0.20 |
| HSL | 317.14º | 0.3% | 0.72% | - |
| HSV(B) | 317.14º | 0.2% | 0.8% | - |
| XYZ | 47.9 | 43.02 | 56.23 | - |
| YUV | 178.98 | 135.91 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 193 | 0 | 0.20 | 0.06 | 0.20 | 317.14 | 0.3 | 0.72 |
| Hex | CD | A3 | C1 | 0 | 14 | 6 | 14 | 13D | 1E | 48 |
| Octal | 315 | 243 | 301 | 0 | 24 | 6 | 24 | 475 | 36 | 110 |
| Binary | 11001101 | 10100011 | 11000001 | 0 | 10100 | 110 | 10100 | 100111101 | 11110 | 1001000 |
Color Harmonies of #CDA3C1
Complementary color
Monochromatic Colors of #CDA3C1
Black with #CDA3C1
Text Example
Text Example
White with #CDA3C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA3C1; }
p { color: rgb(205,163,193); }
H1.HeaderClassName
{
color: #CDA3C1;
}
.AnyTagClassName
{
color: #CDA3C1;
}
</style>
background-color css
<style>
a { background-color: #CDA3C1; }
a { background-color: rgb(205,163,193); }
div.DivClassName
{
background-color: #CDA3C1;
}
.BgClassName
{
background-color: #CDA3C1;
}
</style>
border-color css
<style>
span { border-color: #CDA3C1; }
span { border-color: rgb(205,163,193); }
td.TdClassName
{
border-color: #CDA3C1;
}
.TagClassName
{
border-color: #CDA3C1;
}
</style>