Shades of Charm #CD708C
Tints of Charm #CD708C
RGB
CMYK
RGB Variations
Color information
#CD708C (or 0xCD708C) is known color: Charm. HEX triplet: CD, 70 and 8C. RGB value is (205,112,140). Sum of RGB (Red+Green+Blue) = 205+112+140=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 112 (44.14% from 255 or 24.51% from 457); Blue value is 140 (55.08% from 255 or 30.63% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CD708C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD708C is #328F73. Grayscale: #8E8E8E. Windows color (decimal): -3313524 or 9203917. OLE color: 9203917.
HSL color Cylindrical-coordinate representation of color #CD708C: hue angle of 341.94º 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 #CD708C is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 112 | 140 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.20 |
| HSL | 341.94º | 0.48% | 0.62% | - |
| HSV(B) | 341.94º | 0.45% | 0.8% | - |
| XYZ | 35.7 | 26.46 | 28.04 | - |
| YUV | 143 | 126.31 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 112 | 140 | 0 | 0.45 | 0.32 | 0.20 | 341.94 | 0.48 | 0.62 |
| Hex | CD | 70 | 8C | 0 | 2D | 20 | 14 | 156 | 30 | 3E |
| Octal | 315 | 160 | 214 | 0 | 55 | 40 | 24 | 526 | 60 | 76 |
| Binary | 11001101 | 1110000 | 10001100 | 0 | 101101 | 100000 | 10100 | 101010110 | 110000 | 111110 |
Color Harmonies of #CD708C
Complementary color
Monochromatic Colors of #CD708C
Black with #CD708C
Text Example
Text Example
White with #CD708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD708C; }
p { color: rgb(205,112,140); }
H1.HeaderClassName
{
color: #CD708C;
}
.AnyTagClassName
{
color: #CD708C;
}
</style>
background-color css
<style>
a { background-color: #CD708C; }
a { background-color: rgb(205,112,140); }
div.DivClassName
{
background-color: #CD708C;
}
.BgClassName
{
background-color: #CD708C;
}
</style>
border-color css
<style>
span { border-color: #CD708C; }
span { border-color: rgb(205,112,140); }
td.TdClassName
{
border-color: #CD708C;
}
.TagClassName
{
border-color: #CD708C;
}
</style>