Shades of Charm #CD718A
Tints of Charm #CD718A
RGB
CMYK
RGB Variations
Color information
#CD718A (or 0xCD718A) is known color: Charm. HEX triplet: CD, 71 and 8A. RGB value is (205,113,138). Sum of RGB (Red+Green+Blue) = 205+113+138=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CD718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD718A is #328E75. Grayscale: #8F8F8F. Windows color (decimal): -3313270 or 9073101. OLE color: 9073101.
HSL color Cylindrical-coordinate representation of color #CD718A: hue angle of 343.7º 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 #CD718A is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 113 | 138 | - |
| CMYK | 0 | 0.45 | 0.33 | 0.20 |
| HSL | 343.7º | 0.48% | 0.62% | - |
| HSV(B) | 343.7º | 0.45% | 0.8% | - |
| XYZ | 35.67 | 26.62 | 27.3 | - |
| YUV | 143.36 | 124.98 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 113 | 138 | 0 | 0.45 | 0.33 | 0.20 | 343.7 | 0.48 | 0.62 |
| Hex | CD | 71 | 8A | 0 | 2D | 21 | 14 | 158 | 30 | 3E |
| Octal | 315 | 161 | 212 | 0 | 55 | 41 | 24 | 530 | 60 | 76 |
| Binary | 11001101 | 1110001 | 10001010 | 0 | 101101 | 100001 | 10100 | 101011000 | 110000 | 111110 |
Color Harmonies of #CD718A
Complementary color
Monochromatic Colors of #CD718A
Black with #CD718A
Text Example
Text Example
White with #CD718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD718A; }
p { color: rgb(205,113,138); }
H1.HeaderClassName
{
color: #CD718A;
}
.AnyTagClassName
{
color: #CD718A;
}
</style>
background-color css
<style>
a { background-color: #CD718A; }
a { background-color: rgb(205,113,138); }
div.DivClassName
{
background-color: #CD718A;
}
.BgClassName
{
background-color: #CD718A;
}
</style>
border-color css
<style>
span { border-color: #CD718A; }
span { border-color: rgb(205,113,138); }
td.TdClassName
{
border-color: #CD718A;
}
.TagClassName
{
border-color: #CD718A;
}
</style>