Shades of Maverick #CDA4C0
Tints of Maverick #CDA4C0
RGB
CMYK
RGB Variations
Color information
#CDA4C0 (or 0xCDA4C0) is known color: Maverick. HEX triplet: CD, A4 and C0. RGB value is (205,164,192). Sum of RGB (Red+Green+Blue) = 205+164+192=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 164 (64.45% from 255 or 29.23% from 561); Blue value is 192 (75.39% from 255 or 34.22% from 561); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA4C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA4C0 is #325B3F. Grayscale: #B3B3B3. Windows color (decimal): -3300160 or 12625101. OLE color: 12625101.
HSL color Cylindrical-coordinate representation of color #CDA4C0: hue angle of 319.02º degrees, saturation: 0.29, 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 #CDA4C0 is Cyan = 0, Magento = 0.2, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 192 | - |
| CMYK | 0 | 0.2 | 0.06 | 0.20 |
| HSL | 319.02º | 0.29% | 0.72% | - |
| HSV(B) | 319.02º | 0.2% | 0.8% | - |
| XYZ | 47.97 | 43.34 | 55.71 | - |
| YUV | 179.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 192 | 0 | 0.2 | 0.06 | 0.20 | 319.02 | 0.29 | 0.72 |
| Hex | CD | A4 | C0 | 0 | 14 | 6 | 14 | 13F | 1D | 48 |
| Octal | 315 | 244 | 300 | 0 | 24 | 6 | 24 | 477 | 35 | 110 |
| Binary | 11001101 | 10100100 | 11000000 | 0 | 10100 | 110 | 10100 | 100111111 | 11101 | 1001000 |
Color Harmonies of #CDA4C0
Complementary color
Monochromatic Colors of #CDA4C0
Black with #CDA4C0
Text Example
Text Example
White with #CDA4C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA4C0; }
p { color: rgb(205,164,192); }
H1.HeaderClassName
{
color: #CDA4C0;
}
.AnyTagClassName
{
color: #CDA4C0;
}
</style>
background-color css
<style>
a { background-color: #CDA4C0; }
a { background-color: rgb(205,164,192); }
div.DivClassName
{
background-color: #CDA4C0;
}
.BgClassName
{
background-color: #CDA4C0;
}
</style>
border-color css
<style>
span { border-color: #CDA4C0; }
span { border-color: rgb(205,164,192); }
td.TdClassName
{
border-color: #CDA4C0;
}
.TagClassName
{
border-color: #CDA4C0;
}
</style>