Shades of Charm #CD7388
Tints of Charm #CD7388
RGB
CMYK
RGB Variations
Color information
#CD7388 (or 0xCD7388) is known color: Charm. HEX triplet: CD, 73 and 88. RGB value is (205,115,136). Sum of RGB (Red+Green+Blue) = 205+115+136=456 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.96% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 136 (53.52% from 255 or 29.82% from 456); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7388 is #328C77. Grayscale: #909090. Windows color (decimal): -3312760 or 8942541. OLE color: 8942541.
HSL color Cylindrical-coordinate representation of color #CD7388: hue angle of 346º 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 #CD7388 is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 115 | 136 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.20 |
| HSL | 346º | 0.47% | 0.63% | - |
| HSV(B) | 346º | 0.44% | 0.8% | - |
| XYZ | 35.75 | 27.02 | 26.62 | - |
| YUV | 144.3 | 123.32 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 115 | 136 | 0 | 0.44 | 0.34 | 0.20 | 346 | 0.47 | 0.63 |
| Hex | CD | 73 | 88 | 0 | 2C | 22 | 14 | 15A | 2F | 3F |
| Octal | 315 | 163 | 210 | 0 | 54 | 42 | 24 | 532 | 57 | 77 |
| Binary | 11001101 | 1110011 | 10001000 | 0 | 101100 | 100010 | 10100 | 101011010 | 101111 | 111111 |
Color Harmonies of #CD7388
Complementary color
Monochromatic Colors of #CD7388
Black with #CD7388
Text Example
Text Example
White with #CD7388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7388; }
p { color: rgb(205,115,136); }
H1.HeaderClassName
{
color: #CD7388;
}
.AnyTagClassName
{
color: #CD7388;
}
</style>
background-color css
<style>
a { background-color: #CD7388; }
a { background-color: rgb(205,115,136); }
div.DivClassName
{
background-color: #CD7388;
}
.BgClassName
{
background-color: #CD7388;
}
</style>
border-color css
<style>
span { border-color: #CD7388; }
span { border-color: rgb(205,115,136); }
td.TdClassName
{
border-color: #CD7388;
}
.TagClassName
{
border-color: #CD7388;
}
</style>