Shades of Charm #CD6E8A
Tints of Charm #CD6E8A
RGB
CMYK
RGB Variations
Color information
#CD6E8A (or 0xCD6E8A) is known color: Charm. HEX triplet: CD, 6E and 8A. RGB value is (205,110,138). Sum of RGB (Red+Green+Blue) = 205+110+138=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 110 (43.36% from 255 or 24.28% from 453); Blue value is 138 (54.30% from 255 or 30.46% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6E8A is #329175. Grayscale: #8D8D8D. Windows color (decimal): -3314038 or 9072333. OLE color: 9072333.
HSL color Cylindrical-coordinate representation of color #CD6E8A: hue angle of 342.32º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CD6E8A is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 110 | 138 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.20 |
| HSL | 342.32º | 0.49% | 0.62% | - |
| HSV(B) | 342.32º | 0.46% | 0.8% | - |
| XYZ | 35.34 | 25.97 | 27.19 | - |
| YUV | 141.6 | 125.97 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 110 | 138 | 0 | 0.46 | 0.33 | 0.20 | 342.32 | 0.49 | 0.62 |
| Hex | CD | 6E | 8A | 0 | 2E | 21 | 14 | 156 | 31 | 3E |
| Octal | 315 | 156 | 212 | 0 | 56 | 41 | 24 | 526 | 61 | 76 |
| Binary | 11001101 | 1101110 | 10001010 | 0 | 101110 | 100001 | 10100 | 101010110 | 110001 | 111110 |
Color Harmonies of #CD6E8A
Complementary color
Monochromatic Colors of #CD6E8A
Black with #CD6E8A
Text Example
Text Example
White with #CD6E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6E8A; }
p { color: rgb(205,110,138); }
H1.HeaderClassName
{
color: #CD6E8A;
}
.AnyTagClassName
{
color: #CD6E8A;
}
</style>
background-color css
<style>
a { background-color: #CD6E8A; }
a { background-color: rgb(205,110,138); }
div.DivClassName
{
background-color: #CD6E8A;
}
.BgClassName
{
background-color: #CD6E8A;
}
</style>
border-color css
<style>
span { border-color: #CD6E8A; }
span { border-color: rgb(205,110,138); }
td.TdClassName
{
border-color: #CD6E8A;
}
.TagClassName
{
border-color: #CD6E8A;
}
</style>