Shades of Charm #CD788A
Tints of Charm #CD788A
RGB
CMYK
RGB Variations
Color information
#CD788A (or 0xCD788A) is known color: Charm. HEX triplet: CD, 78 and 8A. RGB value is (205,120,138). Sum of RGB (Red+Green+Blue) = 205+120+138=463 (61% of max value = 765). Red value is 205 (80.47% from 255 or 44.28% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 138 (54.30% from 255 or 29.81% from 463); Max value from RGB is 205 - color contains mainly: red. Hex color #CD788A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD788A is #328775. Grayscale: #939393. Windows color (decimal): -3311478 or 9074893. OLE color: 9074893.
HSL color Cylindrical-coordinate representation of color #CD788A: hue angle of 347.29º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CD788A is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 120 | 138 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.20 |
| HSL | 347.29º | 0.46% | 0.64% | - |
| HSV(B) | 347.29º | 0.41% | 0.8% | - |
| XYZ | 36.48 | 28.25 | 27.57 | - |
| YUV | 147.47 | 122.66 | 169.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 120 | 138 | 0 | 0.41 | 0.33 | 0.20 | 347.29 | 0.46 | 0.64 |
| Hex | CD | 78 | 8A | 0 | 29 | 21 | 14 | 15B | 2E | 40 |
| Octal | 315 | 170 | 212 | 0 | 51 | 41 | 24 | 533 | 56 | 100 |
| Binary | 11001101 | 1111000 | 10001010 | 0 | 101001 | 100001 | 10100 | 101011011 | 101110 | 1000000 |
Color Harmonies of #CD788A
Complementary color
Monochromatic Colors of #CD788A
Black with #CD788A
Text Example
Text Example
White with #CD788A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD788A; }
p { color: rgb(205,120,138); }
H1.HeaderClassName
{
color: #CD788A;
}
.AnyTagClassName
{
color: #CD788A;
}
</style>
background-color css
<style>
a { background-color: #CD788A; }
a { background-color: rgb(205,120,138); }
div.DivClassName
{
background-color: #CD788A;
}
.BgClassName
{
background-color: #CD788A;
}
</style>
border-color css
<style>
span { border-color: #CD788A; }
span { border-color: rgb(205,120,138); }
td.TdClassName
{
border-color: #CD788A;
}
.TagClassName
{
border-color: #CD788A;
}
</style>