Shades of Charm #CD737C
Tints of Charm #CD737C
RGB
CMYK
RGB Variations
Color information
#CD737C (or 0xCD737C) is known color: Charm. HEX triplet: CD, 73 and 7C. RGB value is (205,115,124). Sum of RGB (Red+Green+Blue) = 205+115+124=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 115 (45.31% from 255 or 25.90% from 444); Blue value is 124 (48.83% from 255 or 27.93% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CD737C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD737C is #328C83. Grayscale: #8E8E8E. Windows color (decimal): -3312772 or 8156109. OLE color: 8156109.
HSL color Cylindrical-coordinate representation of color #CD737C: hue angle of 354º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD737C is Cyan = 0, Magento = 0.44, Yellow = 0.40 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 115 | 124 | - |
| CMYK | 0 | 0.44 | 0.40 | 0.20 |
| HSL | 354º | 0.47% | 0.63% | - |
| HSV(B) | 354º | 0.44% | 0.8% | - |
| XYZ | 34.95 | 26.7 | 22.38 | - |
| YUV | 142.94 | 117.32 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 115 | 124 | 0 | 0.44 | 0.40 | 0.20 | 354 | 0.47 | 0.63 |
| Hex | CD | 73 | 7C | 0 | 2C | 28 | 14 | 162 | 2F | 3F |
| Octal | 315 | 163 | 174 | 0 | 54 | 50 | 24 | 542 | 57 | 77 |
| Binary | 11001101 | 1110011 | 1111100 | 0 | 101100 | 101000 | 10100 | 101100010 | 101111 | 111111 |
Color Harmonies of #CD737C
Complementary color
Monochromatic Colors of #CD737C
Black with #CD737C
Text Example
Text Example
White with #CD737C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD737C; }
p { color: rgb(205,115,124); }
H1.HeaderClassName
{
color: #CD737C;
}
.AnyTagClassName
{
color: #CD737C;
}
</style>
background-color css
<style>
a { background-color: #CD737C; }
a { background-color: rgb(205,115,124); }
div.DivClassName
{
background-color: #CD737C;
}
.BgClassName
{
background-color: #CD737C;
}
</style>
border-color css
<style>
span { border-color: #CD737C; }
span { border-color: rgb(205,115,124); }
td.TdClassName
{
border-color: #CD737C;
}
.TagClassName
{
border-color: #CD737C;
}
</style>