Shades of Charm #CD7689
Tints of Charm #CD7689
RGB
CMYK
RGB Variations
Color information
#CD7689 (or 0xCD7689) is known color: Charm. HEX triplet: CD, 76 and 89. RGB value is (205,118,137). Sum of RGB (Red+Green+Blue) = 205+118+137=460 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.57% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7689 is #328976. Grayscale: #929292. Windows color (decimal): -3311991 or 9008845. OLE color: 9008845.
HSL color Cylindrical-coordinate representation of color #CD7689: hue angle of 346.9º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD7689 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 118 | 137 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.20 |
| HSL | 346.9º | 0.47% | 0.63% | - |
| HSV(B) | 346.9º | 0.42% | 0.8% | - |
| XYZ | 36.17 | 27.74 | 27.12 | - |
| YUV | 146.18 | 122.82 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 118 | 137 | 0 | 0.42 | 0.33 | 0.20 | 346.9 | 0.47 | 0.63 |
| Hex | CD | 76 | 89 | 0 | 2A | 21 | 14 | 15B | 2F | 3F |
| Octal | 315 | 166 | 211 | 0 | 52 | 41 | 24 | 533 | 57 | 77 |
| Binary | 11001101 | 1110110 | 10001001 | 0 | 101010 | 100001 | 10100 | 101011011 | 101111 | 111111 |
Color Harmonies of #CD7689
Complementary color
Monochromatic Colors of #CD7689
Black with #CD7689
Text Example
Text Example
White with #CD7689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7689; }
p { color: rgb(205,118,137); }
H1.HeaderClassName
{
color: #CD7689;
}
.AnyTagClassName
{
color: #CD7689;
}
</style>
background-color css
<style>
a { background-color: #CD7689; }
a { background-color: rgb(205,118,137); }
div.DivClassName
{
background-color: #CD7689;
}
.BgClassName
{
background-color: #CD7689;
}
</style>
border-color css
<style>
span { border-color: #CD7689; }
span { border-color: rgb(205,118,137); }
td.TdClassName
{
border-color: #CD7689;
}
.TagClassName
{
border-color: #CD7689;
}
</style>