Shades of Charm #CD687D
Tints of Charm #CD687D
RGB
CMYK
RGB Variations
Color information
#CD687D (or 0xCD687D) is known color: Charm. HEX triplet: CD, 68 and 7D. RGB value is (205,104,125). Sum of RGB (Red+Green+Blue) = 205+104+125=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 104 (41.02% from 255 or 23.96% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CD687D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD687D is #329782. Grayscale: #888888. Windows color (decimal): -3315587 or 8218829. OLE color: 8218829.
HSL color Cylindrical-coordinate representation of color #CD687D: hue angle of 347.52º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD687D is Cyan = 0, Magento = 0.49, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 104 | 125 | - |
| CMYK | 0 | 0.49 | 0.39 | 0.20 |
| HSL | 347.52º | 0.5% | 0.61% | - |
| HSV(B) | 347.52º | 0.49% | 0.8% | - |
| XYZ | 33.83 | 24.36 | 22.32 | - |
| YUV | 136.59 | 121.46 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 104 | 125 | 0 | 0.49 | 0.39 | 0.20 | 347.52 | 0.5 | 0.61 |
| Hex | CD | 68 | 7D | 0 | 31 | 27 | 14 | 15C | 32 | 3D |
| Octal | 315 | 150 | 175 | 0 | 61 | 47 | 24 | 534 | 62 | 75 |
| Binary | 11001101 | 1101000 | 1111101 | 0 | 110001 | 100111 | 10100 | 101011100 | 110010 | 111101 |
Color Harmonies of #CD687D
Complementary color
Monochromatic Colors of #CD687D
Black with #CD687D
Text Example
Text Example
White with #CD687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD687D; }
p { color: rgb(205,104,125); }
H1.HeaderClassName
{
color: #CD687D;
}
.AnyTagClassName
{
color: #CD687D;
}
</style>
background-color css
<style>
a { background-color: #CD687D; }
a { background-color: rgb(205,104,125); }
div.DivClassName
{
background-color: #CD687D;
}
.BgClassName
{
background-color: #CD687D;
}
</style>
border-color css
<style>
span { border-color: #CD687D; }
span { border-color: rgb(205,104,125); }
td.TdClassName
{
border-color: #CD687D;
}
.TagClassName
{
border-color: #CD687D;
}
</style>