Shades of Maverick #CDA3C4
Tints of Maverick #CDA3C4
RGB
CMYK
RGB Variations
Color information
#CDA3C4 (or 0xCDA3C4) is known color: Maverick. HEX triplet: CD, A3 and C4. RGB value is (205,163,196). Sum of RGB (Red+Green+Blue) = 205+163+196=564 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.35% from 564); Green value is 163 (64.06% from 255 or 28.90% from 564); Blue value is 196 (76.95% from 255 or 34.75% from 564); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA3C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA3C4 is #325C3B. Grayscale: #B3B3B3. Windows color (decimal): -3300412 or 12886989. OLE color: 12886989.
HSL color Cylindrical-coordinate representation of color #CDA3C4: hue angle of 312.86º 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 #CDA3C4 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 163 | 196 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.20 |
| HSL | 312.86º | 0.3% | 0.72% | - |
| HSV(B) | 312.86º | 0.2% | 0.8% | - |
| XYZ | 48.24 | 43.16 | 58.01 | - |
| YUV | 179.32 | 137.41 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 163 | 196 | 0 | 0.20 | 0.04 | 0.20 | 312.86 | 0.3 | 0.72 |
| Hex | CD | A3 | C4 | 0 | 14 | 4 | 14 | 139 | 1E | 48 |
| Octal | 315 | 243 | 304 | 0 | 24 | 4 | 24 | 471 | 36 | 110 |
| Binary | 11001101 | 10100011 | 11000100 | 0 | 10100 | 100 | 10100 | 100111001 | 11110 | 1001000 |
Color Harmonies of #CDA3C4
Complementary color
Monochromatic Colors of #CDA3C4
Black with #CDA3C4
Text Example
Text Example
White with #CDA3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA3C4; }
p { color: rgb(205,163,196); }
H1.HeaderClassName
{
color: #CDA3C4;
}
.AnyTagClassName
{
color: #CDA3C4;
}
</style>
background-color css
<style>
a { background-color: #CDA3C4; }
a { background-color: rgb(205,163,196); }
div.DivClassName
{
background-color: #CDA3C4;
}
.BgClassName
{
background-color: #CDA3C4;
}
</style>
border-color css
<style>
span { border-color: #CDA3C4; }
span { border-color: rgb(205,163,196); }
td.TdClassName
{
border-color: #CDA3C4;
}
.TagClassName
{
border-color: #CDA3C4;
}
</style>