Shades of Maverick #CDA6C2
Tints of Maverick #CDA6C2
RGB
CMYK
RGB Variations
Color information
#CDA6C2 (or 0xCDA6C2) is known color: Maverick. HEX triplet: CD, A6 and C2. RGB value is (205,166,194). Sum of RGB (Red+Green+Blue) = 205+166+194=565 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.28% from 565); Green value is 166 (65.23% from 255 or 29.38% from 565); Blue value is 194 (76.17% from 255 or 34.34% from 565); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA6C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA6C2 is #32593D. Grayscale: #B4B4B4. Windows color (decimal): -3299646 or 12756685. OLE color: 12756685.
HSL color Cylindrical-coordinate representation of color #CDA6C2: hue angle of 316.92º 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 #CDA6C2 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 194 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.20 |
| HSL | 316.92º | 0.28% | 0.73% | - |
| HSV(B) | 316.92º | 0.19% | 0.8% | - |
| XYZ | 48.55 | 44.15 | 57 | - |
| YUV | 180.85 | 135.42 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 194 | 0 | 0.19 | 0.05 | 0.20 | 316.92 | 0.28 | 0.73 |
| Hex | CD | A6 | C2 | 0 | 13 | 5 | 14 | 13D | 1C | 49 |
| Octal | 315 | 246 | 302 | 0 | 23 | 5 | 24 | 475 | 34 | 111 |
| Binary | 11001101 | 10100110 | 11000010 | 0 | 10011 | 101 | 10100 | 100111101 | 11100 | 1001001 |
Color Harmonies of #CDA6C2
Complementary color
Monochromatic Colors of #CDA6C2
Black with #CDA6C2
Text Example
Text Example
White with #CDA6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA6C2; }
p { color: rgb(205,166,194); }
H1.HeaderClassName
{
color: #CDA6C2;
}
.AnyTagClassName
{
color: #CDA6C2;
}
</style>
background-color css
<style>
a { background-color: #CDA6C2; }
a { background-color: rgb(205,166,194); }
div.DivClassName
{
background-color: #CDA6C2;
}
.BgClassName
{
background-color: #CDA6C2;
}
</style>
border-color css
<style>
span { border-color: #CDA6C2; }
span { border-color: rgb(205,166,194); }
td.TdClassName
{
border-color: #CDA6C2;
}
.TagClassName
{
border-color: #CDA6C2;
}
</style>