Shades of Charm #CD718B
Tints of Charm #CD718B
RGB
CMYK
RGB Variations
Color information
#CD718B (or 0xCD718B) is known color: Charm. HEX triplet: CD, 71 and 8B. RGB value is (205,113,139). Sum of RGB (Red+Green+Blue) = 205+113+139=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 139 (54.69% from 255 or 30.42% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CD718B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD718B is #328E74. Grayscale: #8F8F8F. Windows color (decimal): -3313269 or 9138637. OLE color: 9138637.
HSL color Cylindrical-coordinate representation of color #CD718B: hue angle of 343.04º 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 #CD718B is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 113 | 139 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.20 |
| HSL | 343.04º | 0.48% | 0.62% | - |
| HSV(B) | 343.04º | 0.45% | 0.8% | - |
| XYZ | 35.74 | 26.65 | 27.69 | - |
| YUV | 143.47 | 125.48 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 113 | 139 | 0 | 0.45 | 0.32 | 0.20 | 343.04 | 0.48 | 0.62 |
| Hex | CD | 71 | 8B | 0 | 2D | 20 | 14 | 157 | 30 | 3E |
| Octal | 315 | 161 | 213 | 0 | 55 | 40 | 24 | 527 | 60 | 76 |
| Binary | 11001101 | 1110001 | 10001011 | 0 | 101101 | 100000 | 10100 | 101010111 | 110000 | 111110 |
Color Harmonies of #CD718B
Complementary color
Monochromatic Colors of #CD718B
Black with #CD718B
Text Example
Text Example
White with #CD718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD718B; }
p { color: rgb(205,113,139); }
H1.HeaderClassName
{
color: #CD718B;
}
.AnyTagClassName
{
color: #CD718B;
}
</style>
background-color css
<style>
a { background-color: #CD718B; }
a { background-color: rgb(205,113,139); }
div.DivClassName
{
background-color: #CD718B;
}
.BgClassName
{
background-color: #CD718B;
}
</style>
border-color css
<style>
span { border-color: #CD718B; }
span { border-color: rgb(205,113,139); }
td.TdClassName
{
border-color: #CD718B;
}
.TagClassName
{
border-color: #CD718B;
}
</style>