Shades of Maverick #CDA7C5
Tints of Maverick #CDA7C5
RGB
CMYK
RGB Variations
Color information
#CDA7C5 (or 0xCDA7C5) is known color: Maverick. HEX triplet: CD, A7 and C5. RGB value is (205,167,197). Sum of RGB (Red+Green+Blue) = 205+167+197=569 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.03% from 569); Green value is 167 (65.62% from 255 or 29.35% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA7C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA7C5 is #32583A. Grayscale: #B5B5B5. Windows color (decimal): -3299387 or 12953549. OLE color: 12953549.
HSL color Cylindrical-coordinate representation of color #CDA7C5: hue angle of 312.63º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDA7C5 is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 197 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.20 |
| HSL | 312.63º | 0.28% | 0.73% | - |
| HSV(B) | 312.63º | 0.19% | 0.8% | - |
| XYZ | 49.07 | 44.65 | 58.85 | - |
| YUV | 181.78 | 136.59 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 197 | 0 | 0.19 | 0.04 | 0.20 | 312.63 | 0.28 | 0.73 |
| Hex | CD | A7 | C5 | 0 | 13 | 4 | 14 | 139 | 1C | 49 |
| Octal | 315 | 247 | 305 | 0 | 23 | 4 | 24 | 471 | 34 | 111 |
| Binary | 11001101 | 10100111 | 11000101 | 0 | 10011 | 100 | 10100 | 100111001 | 11100 | 1001001 |
Color Harmonies of #CDA7C5
Complementary color
Monochromatic Colors of #CDA7C5
Black with #CDA7C5
Text Example
Text Example
White with #CDA7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA7C5; }
p { color: rgb(205,167,197); }
H1.HeaderClassName
{
color: #CDA7C5;
}
.AnyTagClassName
{
color: #CDA7C5;
}
</style>
background-color css
<style>
a { background-color: #CDA7C5; }
a { background-color: rgb(205,167,197); }
div.DivClassName
{
background-color: #CDA7C5;
}
.BgClassName
{
background-color: #CDA7C5;
}
</style>
border-color css
<style>
span { border-color: #CDA7C5; }
span { border-color: rgb(205,167,197); }
td.TdClassName
{
border-color: #CDA7C5;
}
.TagClassName
{
border-color: #CDA7C5;
}
</style>