Shades of Charm #CD7D89
Tints of Charm #CD7D89
RGB
CMYK
RGB Variations
Color information
#CD7D89 (or 0xCD7D89) is known color: Charm. HEX triplet: CD, 7D and 89. RGB value is (205,125,137). Sum of RGB (Red+Green+Blue) = 205+125+137=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7D89 is #328276. Grayscale: #969696. Windows color (decimal): -3310199 or 9010637. OLE color: 9010637.
HSL color Cylindrical-coordinate representation of color #CD7D89: hue angle of 351º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD7D89 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 125 | 137 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.20 |
| HSL | 351º | 0.44% | 0.65% | - |
| HSV(B) | 351º | 0.39% | 0.8% | - |
| XYZ | 37.03 | 29.45 | 27.4 | - |
| YUV | 150.29 | 120.5 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 125 | 137 | 0 | 0.39 | 0.33 | 0.20 | 351 | 0.44 | 0.65 |
| Hex | CD | 7D | 89 | 0 | 27 | 21 | 14 | 15F | 2C | 41 |
| Octal | 315 | 175 | 211 | 0 | 47 | 41 | 24 | 537 | 54 | 101 |
| Binary | 11001101 | 1111101 | 10001001 | 0 | 100111 | 100001 | 10100 | 101011111 | 101100 | 1000001 |
Color Harmonies of #CD7D89
Complementary color
Monochromatic Colors of #CD7D89
Black with #CD7D89
Text Example
Text Example
White with #CD7D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7D89; }
p { color: rgb(205,125,137); }
H1.HeaderClassName
{
color: #CD7D89;
}
.AnyTagClassName
{
color: #CD7D89;
}
</style>
background-color css
<style>
a { background-color: #CD7D89; }
a { background-color: rgb(205,125,137); }
div.DivClassName
{
background-color: #CD7D89;
}
.BgClassName
{
background-color: #CD7D89;
}
</style>
border-color css
<style>
span { border-color: #CD7D89; }
span { border-color: rgb(205,125,137); }
td.TdClassName
{
border-color: #CD7D89;
}
.TagClassName
{
border-color: #CD7D89;
}
</style>