Shades of Charm #CD7C8B
Tints of Charm #CD7C8B
RGB
CMYK
RGB Variations
Color information
#CD7C8B (or 0xCD7C8B) is known color: Charm. HEX triplet: CD, 7C and 8B. RGB value is (205,124,139). Sum of RGB (Red+Green+Blue) = 205+124+139=468 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.80% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 139 (54.69% from 255 or 29.70% from 468); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7C8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7C8B is #328374. Grayscale: #959595. Windows color (decimal): -3310453 or 9141453. OLE color: 9141453.
HSL color Cylindrical-coordinate representation of color #CD7C8B: hue angle of 348.89º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD7C8B is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 124 | 139 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.20 |
| HSL | 348.89º | 0.45% | 0.65% | - |
| HSV(B) | 348.89º | 0.4% | 0.8% | - |
| XYZ | 37.04 | 29.26 | 28.12 | - |
| YUV | 149.93 | 121.84 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 124 | 139 | 0 | 0.40 | 0.32 | 0.20 | 348.89 | 0.45 | 0.65 |
| Hex | CD | 7C | 8B | 0 | 28 | 20 | 14 | 15D | 2D | 41 |
| Octal | 315 | 174 | 213 | 0 | 50 | 40 | 24 | 535 | 55 | 101 |
| Binary | 11001101 | 1111100 | 10001011 | 0 | 101000 | 100000 | 10100 | 101011101 | 101101 | 1000001 |
Color Harmonies of #CD7C8B
Complementary color
Monochromatic Colors of #CD7C8B
Black with #CD7C8B
Text Example
Text Example
White with #CD7C8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7C8B; }
p { color: rgb(205,124,139); }
H1.HeaderClassName
{
color: #CD7C8B;
}
.AnyTagClassName
{
color: #CD7C8B;
}
</style>
background-color css
<style>
a { background-color: #CD7C8B; }
a { background-color: rgb(205,124,139); }
div.DivClassName
{
background-color: #CD7C8B;
}
.BgClassName
{
background-color: #CD7C8B;
}
</style>
border-color css
<style>
span { border-color: #CD7C8B; }
span { border-color: rgb(205,124,139); }
td.TdClassName
{
border-color: #CD7C8B;
}
.TagClassName
{
border-color: #CD7C8B;
}
</style>