Shades of Charm #CD7E8E
Tints of Charm #CD7E8E
RGB
CMYK
RGB Variations
Color information
#CD7E8E (or 0xCD7E8E) is known color: Charm. HEX triplet: CD, 7E and 8E. RGB value is (205,126,142). Sum of RGB (Red+Green+Blue) = 205+126+142=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 126 (49.61% from 255 or 26.64% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7E8E is #328171. Grayscale: #979797. Windows color (decimal): -3309938 or 9338573. OLE color: 9338573.
HSL color Cylindrical-coordinate representation of color #CD7E8E: hue angle of 347.85º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CD7E8E is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 126 | 142 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.20 |
| HSL | 347.85º | 0.44% | 0.65% | - |
| HSV(B) | 347.85º | 0.39% | 0.8% | - |
| XYZ | 37.52 | 29.85 | 29.38 | - |
| YUV | 151.45 | 122.67 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 126 | 142 | 0 | 0.39 | 0.31 | 0.20 | 347.85 | 0.44 | 0.65 |
| Hex | CD | 7E | 8E | 0 | 27 | 1F | 14 | 15C | 2C | 41 |
| Octal | 315 | 176 | 216 | 0 | 47 | 37 | 24 | 534 | 54 | 101 |
| Binary | 11001101 | 1111110 | 10001110 | 0 | 100111 | 11111 | 10100 | 101011100 | 101100 | 1000001 |
Color Harmonies of #CD7E8E
Complementary color
Monochromatic Colors of #CD7E8E
Black with #CD7E8E
Text Example
Text Example
White with #CD7E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7E8E; }
p { color: rgb(205,126,142); }
H1.HeaderClassName
{
color: #CD7E8E;
}
.AnyTagClassName
{
color: #CD7E8E;
}
</style>
background-color css
<style>
a { background-color: #CD7E8E; }
a { background-color: rgb(205,126,142); }
div.DivClassName
{
background-color: #CD7E8E;
}
.BgClassName
{
background-color: #CD7E8E;
}
</style>
border-color css
<style>
span { border-color: #CD7E8E; }
span { border-color: rgb(205,126,142); }
td.TdClassName
{
border-color: #CD7E8E;
}
.TagClassName
{
border-color: #CD7E8E;
}
</style>