Shades of Maverick #CDA4C1
Tints of Maverick #CDA4C1
RGB
CMYK
RGB Variations
Color information
#CDA4C1 (or 0xCDA4C1) is known color: Maverick. HEX triplet: CD, A4 and C1. RGB value is (205,164,193). Sum of RGB (Red+Green+Blue) = 205+164+193=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 164 (64.45% from 255 or 29.18% from 562); Blue value is 193 (75.78% from 255 or 34.34% from 562); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA4C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA4C1 is #325B3E. Grayscale: #B3B3B3. Windows color (decimal): -3300159 or 12690637. OLE color: 12690637.
HSL color Cylindrical-coordinate representation of color #CDA4C1: hue angle of 317.56º 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 #CDA4C1 is Cyan = 0, Magento = 0.2, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 193 | - |
| CMYK | 0 | 0.2 | 0.06 | 0.20 |
| HSL | 317.56º | 0.29% | 0.72% | - |
| HSV(B) | 317.56º | 0.2% | 0.8% | - |
| XYZ | 48.08 | 43.38 | 56.29 | - |
| YUV | 179.57 | 135.58 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 193 | 0 | 0.2 | 0.06 | 0.20 | 317.56 | 0.29 | 0.72 |
| Hex | CD | A4 | C1 | 0 | 14 | 6 | 14 | 13E | 1D | 48 |
| Octal | 315 | 244 | 301 | 0 | 24 | 6 | 24 | 476 | 35 | 110 |
| Binary | 11001101 | 10100100 | 11000001 | 0 | 10100 | 110 | 10100 | 100111110 | 11101 | 1001000 |
Color Harmonies of #CDA4C1
Complementary color
Monochromatic Colors of #CDA4C1
Black with #CDA4C1
Text Example
Text Example
White with #CDA4C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA4C1; }
p { color: rgb(205,164,193); }
H1.HeaderClassName
{
color: #CDA4C1;
}
.AnyTagClassName
{
color: #CDA4C1;
}
</style>
background-color css
<style>
a { background-color: #CDA4C1; }
a { background-color: rgb(205,164,193); }
div.DivClassName
{
background-color: #CDA4C1;
}
.BgClassName
{
background-color: #CDA4C1;
}
</style>
border-color css
<style>
span { border-color: #CDA4C1; }
span { border-color: rgb(205,164,193); }
td.TdClassName
{
border-color: #CDA4C1;
}
.TagClassName
{
border-color: #CDA4C1;
}
</style>