Shades of Charm #CD717D
Tints of Charm #CD717D
RGB
CMYK
RGB Variations
Color information
#CD717D (or 0xCD717D) is known color: Charm. HEX triplet: CD, 71 and 7D. RGB value is (205,113,125). Sum of RGB (Red+Green+Blue) = 205+113+125=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 113 (44.53% from 255 or 25.51% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CD717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD717D is #328E82. Grayscale: #8D8D8D. Windows color (decimal): -3313283 or 8221133. OLE color: 8221133.
HSL color Cylindrical-coordinate representation of color #CD717D: hue angle of 352.17º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD717D is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 113 | 125 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.20 |
| HSL | 352.17º | 0.48% | 0.62% | - |
| HSV(B) | 352.17º | 0.45% | 0.8% | - |
| XYZ | 34.78 | 26.27 | 22.64 | - |
| YUV | 141.88 | 118.48 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 113 | 125 | 0 | 0.45 | 0.39 | 0.20 | 352.17 | 0.48 | 0.62 |
| Hex | CD | 71 | 7D | 0 | 2D | 27 | 14 | 160 | 30 | 3E |
| Octal | 315 | 161 | 175 | 0 | 55 | 47 | 24 | 540 | 60 | 76 |
| Binary | 11001101 | 1110001 | 1111101 | 0 | 101101 | 100111 | 10100 | 101100000 | 110000 | 111110 |
Color Harmonies of #CD717D
Complementary color
Monochromatic Colors of #CD717D
Black with #CD717D
Text Example
Text Example
White with #CD717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD717D; }
p { color: rgb(205,113,125); }
H1.HeaderClassName
{
color: #CD717D;
}
.AnyTagClassName
{
color: #CD717D;
}
</style>
background-color css
<style>
a { background-color: #CD717D; }
a { background-color: rgb(205,113,125); }
div.DivClassName
{
background-color: #CD717D;
}
.BgClassName
{
background-color: #CD717D;
}
</style>
border-color css
<style>
span { border-color: #CD717D; }
span { border-color: rgb(205,113,125); }
td.TdClassName
{
border-color: #CD717D;
}
.TagClassName
{
border-color: #CD717D;
}
</style>