Shades of Charm #CD6C80
Tints of Charm #CD6C80
RGB
CMYK
RGB Variations
Color information
#CD6C80 (or 0xCD6C80) is known color: Charm. HEX triplet: CD, 6C and 80. RGB value is (205,108,128). Sum of RGB (Red+Green+Blue) = 205+108+128=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 108 (42.58% from 255 or 24.49% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD6C80 is #32937F. Grayscale: #8B8B8B. Windows color (decimal): -3314560 or 8416461. OLE color: 8416461.
HSL color Cylindrical-coordinate representation of color #CD6C80: hue angle of 347.63º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CD6C80 is Cyan = 0, Magento = 0.47, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 108 | 128 | - |
| CMYK | 0 | 0.47 | 0.38 | 0.20 |
| HSL | 347.63º | 0.49% | 0.61% | - |
| HSV(B) | 347.63º | 0.47% | 0.8% | - |
| XYZ | 34.44 | 25.26 | 23.48 | - |
| YUV | 139.28 | 121.64 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 108 | 128 | 0 | 0.47 | 0.38 | 0.20 | 347.63 | 0.49 | 0.61 |
| Hex | CD | 6C | 80 | 0 | 2F | 26 | 14 | 15C | 31 | 3D |
| Octal | 315 | 154 | 200 | 0 | 57 | 46 | 24 | 534 | 61 | 75 |
| Binary | 11001101 | 1101100 | 10000000 | 0 | 101111 | 100110 | 10100 | 101011100 | 110001 | 111101 |
Color Harmonies of #CD6C80
Complementary color
Monochromatic Colors of #CD6C80
Black with #CD6C80
Text Example
Text Example
White with #CD6C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6C80; }
p { color: rgb(205,108,128); }
H1.HeaderClassName
{
color: #CD6C80;
}
.AnyTagClassName
{
color: #CD6C80;
}
</style>
background-color css
<style>
a { background-color: #CD6C80; }
a { background-color: rgb(205,108,128); }
div.DivClassName
{
background-color: #CD6C80;
}
.BgClassName
{
background-color: #CD6C80;
}
</style>
border-color css
<style>
span { border-color: #CD6C80; }
span { border-color: rgb(205,108,128); }
td.TdClassName
{
border-color: #CD6C80;
}
.TagClassName
{
border-color: #CD6C80;
}
</style>