Shades of Maverick #CDA5C4
Tints of Maverick #CDA5C4
RGB
CMYK
RGB Variations
Color information
#CDA5C4 (or 0xCDA5C4) is known color: Maverick. HEX triplet: CD, A5 and C4. RGB value is (205,165,196). Sum of RGB (Red+Green+Blue) = 205+165+196=566 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.22% from 566); Green value is 165 (64.84% from 255 or 29.15% from 566); Blue value is 196 (76.95% from 255 or 34.63% from 566); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA5C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA5C4 is #325A3B. Grayscale: #B4B4B4. Windows color (decimal): -3299900 or 12887501. OLE color: 12887501.
HSL color Cylindrical-coordinate representation of color #CDA5C4: hue angle of 313.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDA5C4 is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 165 | 196 | - |
| CMYK | 0 | 0.20 | 0.04 | 0.20 |
| HSL | 313.5º | 0.29% | 0.73% | - |
| HSV(B) | 313.5º | 0.2% | 0.8% | - |
| XYZ | 48.6 | 43.87 | 58.13 | - |
| YUV | 180.49 | 136.75 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 165 | 196 | 0 | 0.20 | 0.04 | 0.20 | 313.5 | 0.29 | 0.73 |
| Hex | CD | A5 | C4 | 0 | 14 | 4 | 14 | 13A | 1D | 49 |
| Octal | 315 | 245 | 304 | 0 | 24 | 4 | 24 | 472 | 35 | 111 |
| Binary | 11001101 | 10100101 | 11000100 | 0 | 10100 | 100 | 10100 | 100111010 | 11101 | 1001001 |
Color Harmonies of #CDA5C4
Complementary color
Monochromatic Colors of #CDA5C4
Black with #CDA5C4
Text Example
Text Example
White with #CDA5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA5C4; }
p { color: rgb(205,165,196); }
H1.HeaderClassName
{
color: #CDA5C4;
}
.AnyTagClassName
{
color: #CDA5C4;
}
</style>
background-color css
<style>
a { background-color: #CDA5C4; }
a { background-color: rgb(205,165,196); }
div.DivClassName
{
background-color: #CDA5C4;
}
.BgClassName
{
background-color: #CDA5C4;
}
</style>
border-color css
<style>
span { border-color: #CDA5C4; }
span { border-color: rgb(205,165,196); }
td.TdClassName
{
border-color: #CDA5C4;
}
.TagClassName
{
border-color: #CDA5C4;
}
</style>