Shades of Charm #CD707A
Tints of Charm #CD707A
RGB
CMYK
RGB Variations
Color information
#CD707A (or 0xCD707A) is known color: Charm. HEX triplet: CD, 70 and 7A. RGB value is (205,112,122). Sum of RGB (Red+Green+Blue) = 205+112+122=439 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.70% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 205 - color contains mainly: red. Hex color #CD707A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD707A is #328F85. Grayscale: #8D8D8D. Windows color (decimal): -3313542 or 8024269. OLE color: 8024269.
HSL color Cylindrical-coordinate representation of color #CD707A: hue angle of 353.55º 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 #CD707A is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 112 | 122 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.20 |
| HSL | 353.55º | 0.48% | 0.62% | - |
| HSV(B) | 353.55º | 0.45% | 0.8% | - |
| XYZ | 34.48 | 25.97 | 21.61 | - |
| YUV | 140.95 | 117.31 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 112 | 122 | 0 | 0.45 | 0.40 | 0.20 | 353.55 | 0.48 | 0.62 |
| Hex | CD | 70 | 7A | 0 | 2D | 28 | 14 | 162 | 30 | 3E |
| Octal | 315 | 160 | 172 | 0 | 55 | 50 | 24 | 542 | 60 | 76 |
| Binary | 11001101 | 1110000 | 1111010 | 0 | 101101 | 101000 | 10100 | 101100010 | 110000 | 111110 |
Color Harmonies of #CD707A
Complementary color
Monochromatic Colors of #CD707A
Black with #CD707A
Text Example
Text Example
White with #CD707A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD707A; }
p { color: rgb(205,112,122); }
H1.HeaderClassName
{
color: #CD707A;
}
.AnyTagClassName
{
color: #CD707A;
}
</style>
background-color css
<style>
a { background-color: #CD707A; }
a { background-color: rgb(205,112,122); }
div.DivClassName
{
background-color: #CD707A;
}
.BgClassName
{
background-color: #CD707A;
}
</style>
border-color css
<style>
span { border-color: #CD707A; }
span { border-color: rgb(205,112,122); }
td.TdClassName
{
border-color: #CD707A;
}
.TagClassName
{
border-color: #CD707A;
}
</style>