Shades of Charm #CD7C88
Tints of Charm #CD7C88
RGB
CMYK
RGB Variations
Color information
#CD7C88 (or 0xCD7C88) is known color: Charm. HEX triplet: CD, 7C and 88. RGB value is (205,124,136). Sum of RGB (Red+Green+Blue) = 205+124+136=465 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.09% from 465); Green value is 124 (48.83% from 255 or 26.67% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7C88 is #328377. Grayscale: #959595. Windows color (decimal): -3310456 or 8944845. OLE color: 8944845.
HSL color Cylindrical-coordinate representation of color #CD7C88: hue angle of 351.11º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD7C88 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 124 | 136 | - |
| CMYK | 0 | 0.40 | 0.34 | 0.20 |
| HSL | 351.11º | 0.45% | 0.65% | - |
| HSV(B) | 351.11º | 0.4% | 0.8% | - |
| XYZ | 36.83 | 29.17 | 26.98 | - |
| YUV | 149.59 | 120.34 | 167.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 124 | 136 | 0 | 0.40 | 0.34 | 0.20 | 351.11 | 0.45 | 0.65 |
| Hex | CD | 7C | 88 | 0 | 28 | 22 | 14 | 15F | 2D | 41 |
| Octal | 315 | 174 | 210 | 0 | 50 | 42 | 24 | 537 | 55 | 101 |
| Binary | 11001101 | 1111100 | 10001000 | 0 | 101000 | 100010 | 10100 | 101011111 | 101101 | 1000001 |
Color Harmonies of #CD7C88
Complementary color
Monochromatic Colors of #CD7C88
Black with #CD7C88
Text Example
Text Example
White with #CD7C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7C88; }
p { color: rgb(205,124,136); }
H1.HeaderClassName
{
color: #CD7C88;
}
.AnyTagClassName
{
color: #CD7C88;
}
</style>
background-color css
<style>
a { background-color: #CD7C88; }
a { background-color: rgb(205,124,136); }
div.DivClassName
{
background-color: #CD7C88;
}
.BgClassName
{
background-color: #CD7C88;
}
</style>
border-color css
<style>
span { border-color: #CD7C88; }
span { border-color: rgb(205,124,136); }
td.TdClassName
{
border-color: #CD7C88;
}
.TagClassName
{
border-color: #CD7C88;
}
</style>