Shades of Charm #CD738B
Tints of Charm #CD738B
RGB
CMYK
RGB Variations
Color information
#CD738B (or 0xCD738B) is known color: Charm. HEX triplet: CD, 73 and 8B. RGB value is (205,115,139). Sum of RGB (Red+Green+Blue) = 205+115+139=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 139 (54.69% from 255 or 30.28% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CD738B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD738B is #328C74. Grayscale: #909090. Windows color (decimal): -3312757 or 9139149. OLE color: 9139149.
HSL color Cylindrical-coordinate representation of color #CD738B: hue angle of 344º 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 #CD738B is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 115 | 139 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.20 |
| HSL | 344º | 0.47% | 0.63% | - |
| HSV(B) | 344º | 0.44% | 0.8% | - |
| XYZ | 35.97 | 27.1 | 27.76 | - |
| YUV | 144.65 | 124.82 | 171.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 115 | 139 | 0 | 0.44 | 0.32 | 0.20 | 344 | 0.47 | 0.63 |
| Hex | CD | 73 | 8B | 0 | 2C | 20 | 14 | 158 | 2F | 3F |
| Octal | 315 | 163 | 213 | 0 | 54 | 40 | 24 | 530 | 57 | 77 |
| Binary | 11001101 | 1110011 | 10001011 | 0 | 101100 | 100000 | 10100 | 101011000 | 101111 | 111111 |
Color Harmonies of #CD738B
Complementary color
Monochromatic Colors of #CD738B
Black with #CD738B
Text Example
Text Example
White with #CD738B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD738B; }
p { color: rgb(205,115,139); }
H1.HeaderClassName
{
color: #CD738B;
}
.AnyTagClassName
{
color: #CD738B;
}
</style>
background-color css
<style>
a { background-color: #CD738B; }
a { background-color: rgb(205,115,139); }
div.DivClassName
{
background-color: #CD738B;
}
.BgClassName
{
background-color: #CD738B;
}
</style>
border-color css
<style>
span { border-color: #CD738B; }
span { border-color: rgb(205,115,139); }
td.TdClassName
{
border-color: #CD738B;
}
.TagClassName
{
border-color: #CD738B;
}
</style>