Shades of Charm #CD6E8C
Tints of Charm #CD6E8C
RGB
CMYK
RGB Variations
Color information
#CD6E8C (or 0xCD6E8C) is known color: Charm. HEX triplet: CD, 6E and 8C. RGB value is (205,110,140). Sum of RGB (Red+Green+Blue) = 205+110+140=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6E8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6E8C is #329173. Grayscale: #8D8D8D. Windows color (decimal): -3314036 or 9203405. OLE color: 9203405.
HSL color Cylindrical-coordinate representation of color #CD6E8C: hue angle of 341.05º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD6E8C is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 110 | 140 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.20 |
| HSL | 341.05º | 0.49% | 0.62% | - |
| HSV(B) | 341.05º | 0.46% | 0.8% | - |
| XYZ | 35.49 | 26.02 | 27.96 | - |
| YUV | 141.83 | 126.97 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 110 | 140 | 0 | 0.46 | 0.32 | 0.20 | 341.05 | 0.49 | 0.62 |
| Hex | CD | 6E | 8C | 0 | 2E | 20 | 14 | 155 | 31 | 3E |
| Octal | 315 | 156 | 214 | 0 | 56 | 40 | 24 | 525 | 61 | 76 |
| Binary | 11001101 | 1101110 | 10001100 | 0 | 101110 | 100000 | 10100 | 101010101 | 110001 | 111110 |
Color Harmonies of #CD6E8C
Complementary color
Monochromatic Colors of #CD6E8C
Black with #CD6E8C
Text Example
Text Example
White with #CD6E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6E8C; }
p { color: rgb(205,110,140); }
H1.HeaderClassName
{
color: #CD6E8C;
}
.AnyTagClassName
{
color: #CD6E8C;
}
</style>
background-color css
<style>
a { background-color: #CD6E8C; }
a { background-color: rgb(205,110,140); }
div.DivClassName
{
background-color: #CD6E8C;
}
.BgClassName
{
background-color: #CD6E8C;
}
</style>
border-color css
<style>
span { border-color: #CD6E8C; }
span { border-color: rgb(205,110,140); }
td.TdClassName
{
border-color: #CD6E8C;
}
.TagClassName
{
border-color: #CD6E8C;
}
</style>