Shades of Charm #CD7686
Tints of Charm #CD7686
RGB
CMYK
RGB Variations
Color information
#CD7686 (or 0xCD7686) is known color: Charm. HEX triplet: CD, 76 and 86. RGB value is (205,118,134). Sum of RGB (Red+Green+Blue) = 205+118+134=457 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.86% from 457); Green value is 118 (46.48% from 255 or 25.82% from 457); Blue value is 134 (52.73% from 255 or 29.32% from 457); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7686 is #328979. Grayscale: #919191. Windows color (decimal): -3311994 or 8812237. OLE color: 8812237.
HSL color Cylindrical-coordinate representation of color #CD7686: hue angle of 348.97º 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 #CD7686 is Cyan = 0, Magento = 0.42, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 118 | 134 | - |
| CMYK | 0 | 0.42 | 0.35 | 0.20 |
| HSL | 348.97º | 0.47% | 0.63% | - |
| HSV(B) | 348.97º | 0.42% | 0.8% | - |
| XYZ | 35.96 | 27.66 | 26 | - |
| YUV | 145.84 | 121.32 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 118 | 134 | 0 | 0.42 | 0.35 | 0.20 | 348.97 | 0.47 | 0.63 |
| Hex | CD | 76 | 86 | 0 | 2A | 23 | 14 | 15D | 2F | 3F |
| Octal | 315 | 166 | 206 | 0 | 52 | 43 | 24 | 535 | 57 | 77 |
| Binary | 11001101 | 1110110 | 10000110 | 0 | 101010 | 100011 | 10100 | 101011101 | 101111 | 111111 |
Color Harmonies of #CD7686
Complementary color
Monochromatic Colors of #CD7686
Black with #CD7686
Text Example
Text Example
White with #CD7686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7686; }
p { color: rgb(205,118,134); }
H1.HeaderClassName
{
color: #CD7686;
}
.AnyTagClassName
{
color: #CD7686;
}
</style>
background-color css
<style>
a { background-color: #CD7686; }
a { background-color: rgb(205,118,134); }
div.DivClassName
{
background-color: #CD7686;
}
.BgClassName
{
background-color: #CD7686;
}
</style>
border-color css
<style>
span { border-color: #CD7686; }
span { border-color: rgb(205,118,134); }
td.TdClassName
{
border-color: #CD7686;
}
.TagClassName
{
border-color: #CD7686;
}
</style>