Shades of Charm #CD6685
Tints of Charm #CD6685
RGB
CMYK
RGB Variations
Color information
#CD6685 (or 0xCD6685) is known color: Charm. HEX triplet: CD, 66 and 85. RGB value is (205,102,133). Sum of RGB (Red+Green+Blue) = 205+102+133=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6685 is #32997A. Grayscale: #888888. Windows color (decimal): -3316091 or 8742605. OLE color: 8742605.
HSL color Cylindrical-coordinate representation of color #CD6685: hue angle of 341.94º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD6685 is Cyan = 0, Magento = 0.50, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 102 | 133 | - |
| CMYK | 0 | 0.50 | 0.35 | 0.20 |
| HSL | 341.94º | 0.51% | 0.6% | - |
| HSV(B) | 341.94º | 0.5% | 0.8% | - |
| XYZ | 34.16 | 24.18 | 25.06 | - |
| YUV | 136.33 | 126.12 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 102 | 133 | 0 | 0.50 | 0.35 | 0.20 | 341.94 | 0.51 | 0.6 |
| Hex | CD | 66 | 85 | 0 | 32 | 23 | 14 | 156 | 33 | 3C |
| Octal | 315 | 146 | 205 | 0 | 62 | 43 | 24 | 526 | 63 | 74 |
| Binary | 11001101 | 1100110 | 10000101 | 0 | 110010 | 100011 | 10100 | 101010110 | 110011 | 111100 |
Color Harmonies of #CD6685
Complementary color
Monochromatic Colors of #CD6685
Black with #CD6685
Text Example
Text Example
White with #CD6685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6685; }
p { color: rgb(205,102,133); }
H1.HeaderClassName
{
color: #CD6685;
}
.AnyTagClassName
{
color: #CD6685;
}
</style>
background-color css
<style>
a { background-color: #CD6685; }
a { background-color: rgb(205,102,133); }
div.DivClassName
{
background-color: #CD6685;
}
.BgClassName
{
background-color: #CD6685;
}
</style>
border-color css
<style>
span { border-color: #CD6685; }
span { border-color: rgb(205,102,133); }
td.TdClassName
{
border-color: #CD6685;
}
.TagClassName
{
border-color: #CD6685;
}
</style>