Shades of Charm #CD738E
Tints of Charm #CD738E
RGB
CMYK
RGB Variations
Color information
#CD738E (or 0xCD738E) is known color: Charm. HEX triplet: CD, 73 and 8E. RGB value is (205,115,142). Sum of RGB (Red+Green+Blue) = 205+115+142=462 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.37% from 462); Green value is 115 (45.31% from 255 or 24.89% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 205 - color contains mainly: red. Hex color #CD738E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD738E is #328C71. Grayscale: #909090. Windows color (decimal): -3312754 or 9335757. OLE color: 9335757.
HSL color Cylindrical-coordinate representation of color #CD738E: hue angle of 342º 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 #CD738E is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 115 | 142 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.20 |
| HSL | 342º | 0.47% | 0.63% | - |
| HSV(B) | 342º | 0.44% | 0.8% | - |
| XYZ | 36.19 | 27.19 | 28.93 | - |
| YUV | 144.99 | 126.32 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 115 | 142 | 0 | 0.44 | 0.31 | 0.20 | 342 | 0.47 | 0.63 |
| Hex | CD | 73 | 8E | 0 | 2C | 1F | 14 | 156 | 2F | 3F |
| Octal | 315 | 163 | 216 | 0 | 54 | 37 | 24 | 526 | 57 | 77 |
| Binary | 11001101 | 1110011 | 10001110 | 0 | 101100 | 11111 | 10100 | 101010110 | 101111 | 111111 |
Color Harmonies of #CD738E
Complementary color
Monochromatic Colors of #CD738E
Black with #CD738E
Text Example
Text Example
White with #CD738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD738E; }
p { color: rgb(205,115,142); }
H1.HeaderClassName
{
color: #CD738E;
}
.AnyTagClassName
{
color: #CD738E;
}
</style>
background-color css
<style>
a { background-color: #CD738E; }
a { background-color: rgb(205,115,142); }
div.DivClassName
{
background-color: #CD738E;
}
.BgClassName
{
background-color: #CD738E;
}
</style>
border-color css
<style>
span { border-color: #CD738E; }
span { border-color: rgb(205,115,142); }
td.TdClassName
{
border-color: #CD738E;
}
.TagClassName
{
border-color: #CD738E;
}
</style>