Shades of Charm #CD657F
Tints of Charm #CD657F
RGB
CMYK
RGB Variations
Color information
#CD657F (or 0xCD657F) is known color: Charm. HEX triplet: CD, 65 and 7F. RGB value is (205,101,127). Sum of RGB (Red+Green+Blue) = 205+101+127=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 101 (39.84% from 255 or 23.33% from 433); Blue value is 127 (50% from 255 or 29.33% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CD657F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD657F is #329A80. Grayscale: #878787. Windows color (decimal): -3316353 or 8349133. OLE color: 8349133.
HSL color Cylindrical-coordinate representation of color #CD657F: hue angle of 345º 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 #CD657F is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 101 | 127 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.20 |
| HSL | 345º | 0.51% | 0.6% | - |
| HSV(B) | 345º | 0.51% | 0.8% | - |
| XYZ | 33.66 | 23.82 | 22.9 | - |
| YUV | 135.06 | 123.46 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 101 | 127 | 0 | 0.51 | 0.38 | 0.20 | 345 | 0.51 | 0.6 |
| Hex | CD | 65 | 7F | 0 | 33 | 26 | 14 | 159 | 33 | 3C |
| Octal | 315 | 145 | 177 | 0 | 63 | 46 | 24 | 531 | 63 | 74 |
| Binary | 11001101 | 1100101 | 1111111 | 0 | 110011 | 100110 | 10100 | 101011001 | 110011 | 111100 |
Color Harmonies of #CD657F
Complementary color
Monochromatic Colors of #CD657F
Black with #CD657F
Text Example
Text Example
White with #CD657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD657F; }
p { color: rgb(205,101,127); }
H1.HeaderClassName
{
color: #CD657F;
}
.AnyTagClassName
{
color: #CD657F;
}
</style>
background-color css
<style>
a { background-color: #CD657F; }
a { background-color: rgb(205,101,127); }
div.DivClassName
{
background-color: #CD657F;
}
.BgClassName
{
background-color: #CD657F;
}
</style>
border-color css
<style>
span { border-color: #CD657F; }
span { border-color: rgb(205,101,127); }
td.TdClassName
{
border-color: #CD657F;
}
.TagClassName
{
border-color: #CD657F;
}
</style>