Shades of Charm #CD708D
Tints of Charm #CD708D
RGB
CMYK
RGB Variations
Color information
#CD708D (or 0xCD708D) is known color: Charm. HEX triplet: CD, 70 and 8D. RGB value is (205,112,141). Sum of RGB (Red+Green+Blue) = 205+112+141=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 112 (44.14% from 255 or 24.45% from 458); Blue value is 141 (55.47% from 255 or 30.79% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CD708D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD708D is #328F72. Grayscale: #8F8F8F. Windows color (decimal): -3313523 or 9269453. OLE color: 9269453.
HSL color Cylindrical-coordinate representation of color #CD708D: hue angle of 341.29º 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 #CD708D is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 112 | 141 | - |
| CMYK | 0 | 0.45 | 0.31 | 0.20 |
| HSL | 341.29º | 0.48% | 0.62% | - |
| HSV(B) | 341.29º | 0.45% | 0.8% | - |
| XYZ | 35.78 | 26.49 | 28.43 | - |
| YUV | 143.11 | 126.81 | 172.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 112 | 141 | 0 | 0.45 | 0.31 | 0.20 | 341.29 | 0.48 | 0.62 |
| Hex | CD | 70 | 8D | 0 | 2D | 1F | 14 | 155 | 30 | 3E |
| Octal | 315 | 160 | 215 | 0 | 55 | 37 | 24 | 525 | 60 | 76 |
| Binary | 11001101 | 1110000 | 10001101 | 0 | 101101 | 11111 | 10100 | 101010101 | 110000 | 111110 |
Color Harmonies of #CD708D
Complementary color
Monochromatic Colors of #CD708D
Black with #CD708D
Text Example
Text Example
White with #CD708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD708D; }
p { color: rgb(205,112,141); }
H1.HeaderClassName
{
color: #CD708D;
}
.AnyTagClassName
{
color: #CD708D;
}
</style>
background-color css
<style>
a { background-color: #CD708D; }
a { background-color: rgb(205,112,141); }
div.DivClassName
{
background-color: #CD708D;
}
.BgClassName
{
background-color: #CD708D;
}
</style>
border-color css
<style>
span { border-color: #CD708D; }
span { border-color: rgb(205,112,141); }
td.TdClassName
{
border-color: #CD708D;
}
.TagClassName
{
border-color: #CD708D;
}
</style>