Shades of Charm #CD6988
Tints of Charm #CD6988
RGB
CMYK
RGB Variations
Color information
#CD6988 (or 0xCD6988) is known color: Charm. HEX triplet: CD, 69 and 88. RGB value is (205,105,136). Sum of RGB (Red+Green+Blue) = 205+105+136=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6988 is #329677. Grayscale: #8A8A8A. Windows color (decimal): -3315320 or 8939981. OLE color: 8939981.
HSL color Cylindrical-coordinate representation of color #CD6988: hue angle of 341.4º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD6988 is Cyan = 0, Magento = 0.49, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 105 | 136 | - |
| CMYK | 0 | 0.49 | 0.34 | 0.20 |
| HSL | 341.4º | 0.5% | 0.61% | - |
| HSV(B) | 341.4º | 0.49% | 0.8% | - |
| XYZ | 34.67 | 24.86 | 26.26 | - |
| YUV | 138.43 | 126.63 | 175.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 105 | 136 | 0 | 0.49 | 0.34 | 0.20 | 341.4 | 0.5 | 0.61 |
| Hex | CD | 69 | 88 | 0 | 31 | 22 | 14 | 155 | 32 | 3D |
| Octal | 315 | 151 | 210 | 0 | 61 | 42 | 24 | 525 | 62 | 75 |
| Binary | 11001101 | 1101001 | 10001000 | 0 | 110001 | 100010 | 10100 | 101010101 | 110010 | 111101 |
Color Harmonies of #CD6988
Complementary color
Monochromatic Colors of #CD6988
Black with #CD6988
Text Example
Text Example
White with #CD6988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6988; }
p { color: rgb(205,105,136); }
H1.HeaderClassName
{
color: #CD6988;
}
.AnyTagClassName
{
color: #CD6988;
}
</style>
background-color css
<style>
a { background-color: #CD6988; }
a { background-color: rgb(205,105,136); }
div.DivClassName
{
background-color: #CD6988;
}
.BgClassName
{
background-color: #CD6988;
}
</style>
border-color css
<style>
span { border-color: #CD6988; }
span { border-color: rgb(205,105,136); }
td.TdClassName
{
border-color: #CD6988;
}
.TagClassName
{
border-color: #CD6988;
}
</style>