Shades of Charm #CD7A93
Tints of Charm #CD7A93
RGB
CMYK
RGB Variations
Color information
#CD7A93 (or 0xCD7A93) is known color: Charm. HEX triplet: CD, 7A and 93. RGB value is (205,122,147). Sum of RGB (Red+Green+Blue) = 205+122+147=474 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.25% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 147 (57.81% from 255 or 31.01% from 474); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7A93 is #32856C. Grayscale: #959595. Windows color (decimal): -3310957 or 9665229. OLE color: 9665229.
HSL color Cylindrical-coordinate representation of color #CD7A93: hue angle of 341.93º 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 #CD7A93 is Cyan = 0, Magento = 0.40, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 122 | 147 | - |
| CMYK | 0 | 0.40 | 0.28 | 0.20 |
| HSL | 341.93º | 0.45% | 0.64% | - |
| HSV(B) | 341.93º | 0.4% | 0.8% | - |
| XYZ | 37.4 | 29 | 31.23 | - |
| YUV | 149.67 | 126.5 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 122 | 147 | 0 | 0.40 | 0.28 | 0.20 | 341.93 | 0.45 | 0.64 |
| Hex | CD | 7A | 93 | 0 | 28 | 1C | 14 | 156 | 2D | 40 |
| Octal | 315 | 172 | 223 | 0 | 50 | 34 | 24 | 526 | 55 | 100 |
| Binary | 11001101 | 1111010 | 10010011 | 0 | 101000 | 11100 | 10100 | 101010110 | 101101 | 1000000 |
Color Harmonies of #CD7A93
Complementary color
Monochromatic Colors of #CD7A93
Black with #CD7A93
Text Example
Text Example
White with #CD7A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7A93; }
p { color: rgb(205,122,147); }
H1.HeaderClassName
{
color: #CD7A93;
}
.AnyTagClassName
{
color: #CD7A93;
}
</style>
background-color css
<style>
a { background-color: #CD7A93; }
a { background-color: rgb(205,122,147); }
div.DivClassName
{
background-color: #CD7A93;
}
.BgClassName
{
background-color: #CD7A93;
}
</style>
border-color css
<style>
span { border-color: #CD7A93; }
span { border-color: rgb(205,122,147); }
td.TdClassName
{
border-color: #CD7A93;
}
.TagClassName
{
border-color: #CD7A93;
}
</style>