Shades of Charm #CD717F
Tints of Charm #CD717F
RGB
CMYK
RGB Variations
Color information
#CD717F (or 0xCD717F) is known color: Charm. HEX triplet: CD, 71 and 7F. RGB value is (205,113,127). Sum of RGB (Red+Green+Blue) = 205+113+127=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CD717F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD717F is #328E80. Grayscale: #8E8E8E. Windows color (decimal): -3313281 or 8352205. OLE color: 8352205.
HSL color Cylindrical-coordinate representation of color #CD717F: hue angle of 350.87º 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 #CD717F is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 113 | 127 | - |
| CMYK | 0 | 0.45 | 0.38 | 0.20 |
| HSL | 350.87º | 0.48% | 0.62% | - |
| HSV(B) | 350.87º | 0.45% | 0.8% | - |
| XYZ | 34.91 | 26.32 | 23.32 | - |
| YUV | 142.1 | 119.48 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 113 | 127 | 0 | 0.45 | 0.38 | 0.20 | 350.87 | 0.48 | 0.62 |
| Hex | CD | 71 | 7F | 0 | 2D | 26 | 14 | 15F | 30 | 3E |
| Octal | 315 | 161 | 177 | 0 | 55 | 46 | 24 | 537 | 60 | 76 |
| Binary | 11001101 | 1110001 | 1111111 | 0 | 101101 | 100110 | 10100 | 101011111 | 110000 | 111110 |
Color Harmonies of #CD717F
Complementary color
Monochromatic Colors of #CD717F
Black with #CD717F
Text Example
Text Example
White with #CD717F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD717F; }
p { color: rgb(205,113,127); }
H1.HeaderClassName
{
color: #CD717F;
}
.AnyTagClassName
{
color: #CD717F;
}
</style>
background-color css
<style>
a { background-color: #CD717F; }
a { background-color: rgb(205,113,127); }
div.DivClassName
{
background-color: #CD717F;
}
.BgClassName
{
background-color: #CD717F;
}
</style>
border-color css
<style>
span { border-color: #CD717F; }
span { border-color: rgb(205,113,127); }
td.TdClassName
{
border-color: #CD717F;
}
.TagClassName
{
border-color: #CD717F;
}
</style>