Shades of Maverick #CDA4C2
Tints of Maverick #CDA4C2
RGB
CMYK
RGB Variations
Color information
#CDA4C2 (or 0xCDA4C2) is known color: Maverick. HEX triplet: CD, A4 and C2. RGB value is (205,164,194). Sum of RGB (Red+Green+Blue) = 205+164+194=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 164 (64.45% from 255 or 29.13% from 563); Blue value is 194 (76.17% from 255 or 34.46% from 563); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA4C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA4C2 is #325B3D. Grayscale: #B3B3B3. Windows color (decimal): -3300158 or 12756173. OLE color: 12756173.
HSL color Cylindrical-coordinate representation of color #CDA4C2: hue angle of 316.1º 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 #CDA4C2 is Cyan = 0, Magento = 0.2, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 194 | - |
| CMYK | 0 | 0.2 | 0.05 | 0.20 |
| HSL | 316.1º | 0.29% | 0.72% | - |
| HSV(B) | 316.1º | 0.2% | 0.8% | - |
| XYZ | 48.19 | 43.43 | 56.88 | - |
| YUV | 179.68 | 136.08 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 194 | 0 | 0.2 | 0.05 | 0.20 | 316.1 | 0.29 | 0.72 |
| Hex | CD | A4 | C2 | 0 | 14 | 5 | 14 | 13C | 1D | 48 |
| Octal | 315 | 244 | 302 | 0 | 24 | 5 | 24 | 474 | 35 | 110 |
| Binary | 11001101 | 10100100 | 11000010 | 0 | 10100 | 101 | 10100 | 100111100 | 11101 | 1001000 |
Color Harmonies of #CDA4C2
Complementary color
Monochromatic Colors of #CDA4C2
Black with #CDA4C2
Text Example
Text Example
White with #CDA4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA4C2; }
p { color: rgb(205,164,194); }
H1.HeaderClassName
{
color: #CDA4C2;
}
.AnyTagClassName
{
color: #CDA4C2;
}
</style>
background-color css
<style>
a { background-color: #CDA4C2; }
a { background-color: rgb(205,164,194); }
div.DivClassName
{
background-color: #CDA4C2;
}
.BgClassName
{
background-color: #CDA4C2;
}
</style>
border-color css
<style>
span { border-color: #CDA4C2; }
span { border-color: rgb(205,164,194); }
td.TdClassName
{
border-color: #CDA4C2;
}
.TagClassName
{
border-color: #CDA4C2;
}
</style>