Shades of Charm #CD657A
Tints of Charm #CD657A
RGB
CMYK
RGB Variations
Color information
#CD657A (or 0xCD657A) is known color: Charm. HEX triplet: CD, 65 and 7A. RGB value is (205,101,122). Sum of RGB (Red+Green+Blue) = 205+101+122=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 101 (39.84% from 255 or 23.60% from 428); Blue value is 122 (48.05% from 255 or 28.50% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CD657A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD657A is #329A85. Grayscale: #868686. Windows color (decimal): -3316358 or 8021453. OLE color: 8021453.
HSL color Cylindrical-coordinate representation of color #CD657A: hue angle of 347.88º 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 #CD657A is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 101 | 122 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.20 |
| HSL | 347.88º | 0.51% | 0.6% | - |
| HSV(B) | 347.88º | 0.51% | 0.8% | - |
| XYZ | 33.34 | 23.69 | 21.23 | - |
| YUV | 134.49 | 120.96 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 101 | 122 | 0 | 0.51 | 0.40 | 0.20 | 347.88 | 0.51 | 0.6 |
| Hex | CD | 65 | 7A | 0 | 33 | 28 | 14 | 15C | 33 | 3C |
| Octal | 315 | 145 | 172 | 0 | 63 | 50 | 24 | 534 | 63 | 74 |
| Binary | 11001101 | 1100101 | 1111010 | 0 | 110011 | 101000 | 10100 | 101011100 | 110011 | 111100 |
Color Harmonies of #CD657A
Complementary color
Monochromatic Colors of #CD657A
Black with #CD657A
Text Example
Text Example
White with #CD657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD657A; }
p { color: rgb(205,101,122); }
H1.HeaderClassName
{
color: #CD657A;
}
.AnyTagClassName
{
color: #CD657A;
}
</style>
background-color css
<style>
a { background-color: #CD657A; }
a { background-color: rgb(205,101,122); }
div.DivClassName
{
background-color: #CD657A;
}
.BgClassName
{
background-color: #CD657A;
}
</style>
border-color css
<style>
span { border-color: #CD657A; }
span { border-color: rgb(205,101,122); }
td.TdClassName
{
border-color: #CD657A;
}
.TagClassName
{
border-color: #CD657A;
}
</style>