Shades of Charm #CD718C
Tints of Charm #CD718C
RGB
CMYK
RGB Variations
Color information
#CD718C (or 0xCD718C) is known color: Charm. HEX triplet: CD, 71 and 8C. RGB value is (205,113,140). Sum of RGB (Red+Green+Blue) = 205+113+140=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 140 (55.08% from 255 or 30.57% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CD718C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD718C is #328E73. Grayscale: #8F8F8F. Windows color (decimal): -3313268 or 9204173. OLE color: 9204173.
HSL color Cylindrical-coordinate representation of color #CD718C: hue angle of 342.39º 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 #CD718C is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 113 | 140 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.20 |
| HSL | 342.39º | 0.48% | 0.62% | - |
| HSV(B) | 342.39º | 0.45% | 0.8% | - |
| XYZ | 35.82 | 26.68 | 28.07 | - |
| YUV | 143.59 | 125.98 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 113 | 140 | 0 | 0.45 | 0.32 | 0.20 | 342.39 | 0.48 | 0.62 |
| Hex | CD | 71 | 8C | 0 | 2D | 20 | 14 | 156 | 30 | 3E |
| Octal | 315 | 161 | 214 | 0 | 55 | 40 | 24 | 526 | 60 | 76 |
| Binary | 11001101 | 1110001 | 10001100 | 0 | 101101 | 100000 | 10100 | 101010110 | 110000 | 111110 |
Color Harmonies of #CD718C
Complementary color
Monochromatic Colors of #CD718C
Black with #CD718C
Text Example
Text Example
White with #CD718C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD718C; }
p { color: rgb(205,113,140); }
H1.HeaderClassName
{
color: #CD718C;
}
.AnyTagClassName
{
color: #CD718C;
}
</style>
background-color css
<style>
a { background-color: #CD718C; }
a { background-color: rgb(205,113,140); }
div.DivClassName
{
background-color: #CD718C;
}
.BgClassName
{
background-color: #CD718C;
}
</style>
border-color css
<style>
span { border-color: #CD718C; }
span { border-color: rgb(205,113,140); }
td.TdClassName
{
border-color: #CD718C;
}
.TagClassName
{
border-color: #CD718C;
}
</style>