Shades of Charm #CD778B
Tints of Charm #CD778B
RGB
CMYK
RGB Variations
Color information
#CD778B (or 0xCD778B) is known color: Charm. HEX triplet: CD, 77 and 8B. RGB value is (205,119,139). Sum of RGB (Red+Green+Blue) = 205+119+139=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 119 (46.88% from 255 or 25.70% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CD778B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD778B is #328874. Grayscale: #929292. Windows color (decimal): -3311733 or 9140173. OLE color: 9140173.
HSL color Cylindrical-coordinate representation of color #CD778B: hue angle of 346.05º 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 #CD778B is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 119 | 139 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.20 |
| HSL | 346.05º | 0.46% | 0.64% | - |
| HSV(B) | 346.05º | 0.42% | 0.8% | - |
| XYZ | 36.43 | 28.04 | 27.92 | - |
| YUV | 146.99 | 123.49 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 119 | 139 | 0 | 0.42 | 0.32 | 0.20 | 346.05 | 0.46 | 0.64 |
| Hex | CD | 77 | 8B | 0 | 2A | 20 | 14 | 15A | 2E | 40 |
| Octal | 315 | 167 | 213 | 0 | 52 | 40 | 24 | 532 | 56 | 100 |
| Binary | 11001101 | 1110111 | 10001011 | 0 | 101010 | 100000 | 10100 | 101011010 | 101110 | 1000000 |
Color Harmonies of #CD778B
Complementary color
Monochromatic Colors of #CD778B
Black with #CD778B
Text Example
Text Example
White with #CD778B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD778B; }
p { color: rgb(205,119,139); }
H1.HeaderClassName
{
color: #CD778B;
}
.AnyTagClassName
{
color: #CD778B;
}
</style>
background-color css
<style>
a { background-color: #CD778B; }
a { background-color: rgb(205,119,139); }
div.DivClassName
{
background-color: #CD778B;
}
.BgClassName
{
background-color: #CD778B;
}
</style>
border-color css
<style>
span { border-color: #CD778B; }
span { border-color: rgb(205,119,139); }
td.TdClassName
{
border-color: #CD778B;
}
.TagClassName
{
border-color: #CD778B;
}
</style>