Shades of Charm #CD7A8E
Tints of Charm #CD7A8E
RGB
CMYK
RGB Variations
Color information
#CD7A8E (or 0xCD7A8E) is known color: Charm. HEX triplet: CD, 7A and 8E. RGB value is (205,122,142). Sum of RGB (Red+Green+Blue) = 205+122+142=469 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.71% from 469); Green value is 122 (48.05% from 255 or 26.01% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7A8E is #328571. Grayscale: #959595. Windows color (decimal): -3310962 or 9337549. OLE color: 9337549.
HSL color Cylindrical-coordinate representation of color #CD7A8E: hue angle of 345.54º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD7A8E is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 122 | 142 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.20 |
| HSL | 345.54º | 0.45% | 0.64% | - |
| HSV(B) | 345.54º | 0.4% | 0.8% | - |
| XYZ | 37.02 | 28.85 | 29.21 | - |
| YUV | 149.1 | 124 | 167.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 122 | 142 | 0 | 0.40 | 0.31 | 0.20 | 345.54 | 0.45 | 0.64 |
| Hex | CD | 7A | 8E | 0 | 28 | 1F | 14 | 15A | 2D | 40 |
| Octal | 315 | 172 | 216 | 0 | 50 | 37 | 24 | 532 | 55 | 100 |
| Binary | 11001101 | 1111010 | 10001110 | 0 | 101000 | 11111 | 10100 | 101011010 | 101101 | 1000000 |
Color Harmonies of #CD7A8E
Complementary color
Monochromatic Colors of #CD7A8E
Black with #CD7A8E
Text Example
Text Example
White with #CD7A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7A8E; }
p { color: rgb(205,122,142); }
H1.HeaderClassName
{
color: #CD7A8E;
}
.AnyTagClassName
{
color: #CD7A8E;
}
</style>
background-color css
<style>
a { background-color: #CD7A8E; }
a { background-color: rgb(205,122,142); }
div.DivClassName
{
background-color: #CD7A8E;
}
.BgClassName
{
background-color: #CD7A8E;
}
</style>
border-color css
<style>
span { border-color: #CD7A8E; }
span { border-color: rgb(205,122,142); }
td.TdClassName
{
border-color: #CD7A8E;
}
.TagClassName
{
border-color: #CD7A8E;
}
</style>