Shades of Charm #CD778C
Tints of Charm #CD778C
RGB
CMYK
RGB Variations
Color information
#CD778C (or 0xCD778C) is known color: Charm. HEX triplet: CD, 77 and 8C. RGB value is (205,119,140). Sum of RGB (Red+Green+Blue) = 205+119+140=464 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.18% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 205 - color contains mainly: red. Hex color #CD778C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD778C is #328873. Grayscale: #939393. Windows color (decimal): -3311732 or 9205709. OLE color: 9205709.
HSL color Cylindrical-coordinate representation of color #CD778C: hue angle of 345.35º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CD778C is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 119 | 140 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.20 |
| HSL | 345.35º | 0.46% | 0.64% | - |
| HSV(B) | 345.35º | 0.42% | 0.8% | - |
| XYZ | 36.51 | 28.07 | 28.3 | - |
| YUV | 147.11 | 123.99 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 119 | 140 | 0 | 0.42 | 0.32 | 0.20 | 345.35 | 0.46 | 0.64 |
| Hex | CD | 77 | 8C | 0 | 2A | 20 | 14 | 159 | 2E | 40 |
| Octal | 315 | 167 | 214 | 0 | 52 | 40 | 24 | 531 | 56 | 100 |
| Binary | 11001101 | 1110111 | 10001100 | 0 | 101010 | 100000 | 10100 | 101011001 | 101110 | 1000000 |
Color Harmonies of #CD778C
Complementary color
Monochromatic Colors of #CD778C
Black with #CD778C
Text Example
Text Example
White with #CD778C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD778C; }
p { color: rgb(205,119,140); }
H1.HeaderClassName
{
color: #CD778C;
}
.AnyTagClassName
{
color: #CD778C;
}
</style>
background-color css
<style>
a { background-color: #CD778C; }
a { background-color: rgb(205,119,140); }
div.DivClassName
{
background-color: #CD778C;
}
.BgClassName
{
background-color: #CD778C;
}
</style>
border-color css
<style>
span { border-color: #CD778C; }
span { border-color: rgb(205,119,140); }
td.TdClassName
{
border-color: #CD778C;
}
.TagClassName
{
border-color: #CD778C;
}
</style>