Shades of Charm #CD647E
Tints of Charm #CD647E
RGB
CMYK
RGB Variations
Color information
#CD647E (or 0xCD647E) is known color: Charm. HEX triplet: CD, 64 and 7E. RGB value is (205,100,126). Sum of RGB (Red+Green+Blue) = 205+100+126=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 100 (39.45% from 255 or 23.20% from 431); Blue value is 126 (49.61% from 255 or 29.23% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD647E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD647E is #329B81. Grayscale: #868686. Windows color (decimal): -3316610 or 8283341. OLE color: 8283341.
HSL color Cylindrical-coordinate representation of color #CD647E: hue angle of 345.14º 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 #CD647E is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 100 | 126 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.20 |
| HSL | 345.14º | 0.51% | 0.6% | - |
| HSV(B) | 345.14º | 0.51% | 0.8% | - |
| XYZ | 33.5 | 23.6 | 22.53 | - |
| YUV | 134.36 | 123.29 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 100 | 126 | 0 | 0.51 | 0.39 | 0.20 | 345.14 | 0.51 | 0.6 |
| Hex | CD | 64 | 7E | 0 | 33 | 27 | 14 | 159 | 33 | 3C |
| Octal | 315 | 144 | 176 | 0 | 63 | 47 | 24 | 531 | 63 | 74 |
| Binary | 11001101 | 1100100 | 1111110 | 0 | 110011 | 100111 | 10100 | 101011001 | 110011 | 111100 |
Color Harmonies of #CD647E
Complementary color
Monochromatic Colors of #CD647E
Black with #CD647E
Text Example
Text Example
White with #CD647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD647E; }
p { color: rgb(205,100,126); }
H1.HeaderClassName
{
color: #CD647E;
}
.AnyTagClassName
{
color: #CD647E;
}
</style>
background-color css
<style>
a { background-color: #CD647E; }
a { background-color: rgb(205,100,126); }
div.DivClassName
{
background-color: #CD647E;
}
.BgClassName
{
background-color: #CD647E;
}
</style>
border-color css
<style>
span { border-color: #CD647E; }
span { border-color: rgb(205,100,126); }
td.TdClassName
{
border-color: #CD647E;
}
.TagClassName
{
border-color: #CD647E;
}
</style>