Shades of Charm #CD647D
Tints of Charm #CD647D
RGB
CMYK
RGB Variations
Color information
#CD647D (or 0xCD647D) is known color: Charm. HEX triplet: CD, 64 and 7D. RGB value is (205,100,125). Sum of RGB (Red+Green+Blue) = 205+100+125=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 100 (39.45% from 255 or 23.26% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD647D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD647D is #329B82. Grayscale: #868686. Windows color (decimal): -3316611 or 8217805. OLE color: 8217805.
HSL color Cylindrical-coordinate representation of color #CD647D: hue angle of 345.71º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD647D is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 100 | 125 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.20 |
| HSL | 345.71º | 0.51% | 0.6% | - |
| HSV(B) | 345.71º | 0.51% | 0.8% | - |
| XYZ | 33.44 | 23.57 | 22.19 | - |
| YUV | 134.25 | 122.79 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 100 | 125 | 0 | 0.51 | 0.39 | 0.20 | 345.71 | 0.51 | 0.6 |
| Hex | CD | 64 | 7D | 0 | 33 | 27 | 14 | 15A | 33 | 3C |
| Octal | 315 | 144 | 175 | 0 | 63 | 47 | 24 | 532 | 63 | 74 |
| Binary | 11001101 | 1100100 | 1111101 | 0 | 110011 | 100111 | 10100 | 101011010 | 110011 | 111100 |
Color Harmonies of #CD647D
Complementary color
Monochromatic Colors of #CD647D
Black with #CD647D
Text Example
Text Example
White with #CD647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD647D; }
p { color: rgb(205,100,125); }
H1.HeaderClassName
{
color: #CD647D;
}
.AnyTagClassName
{
color: #CD647D;
}
</style>
background-color css
<style>
a { background-color: #CD647D; }
a { background-color: rgb(205,100,125); }
div.DivClassName
{
background-color: #CD647D;
}
.BgClassName
{
background-color: #CD647D;
}
</style>
border-color css
<style>
span { border-color: #CD647D; }
span { border-color: rgb(205,100,125); }
td.TdClassName
{
border-color: #CD647D;
}
.TagClassName
{
border-color: #CD647D;
}
</style>