Shades of Charm #CD7B8E
Tints of Charm #CD7B8E
RGB
CMYK
RGB Variations
Color information
#CD7B8E (or 0xCD7B8E) is known color: Charm. HEX triplet: CD, 7B and 8E. RGB value is (205,123,142). Sum of RGB (Red+Green+Blue) = 205+123+142=470 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.62% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 142 (55.86% from 255 or 30.21% from 470); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7B8E is #328471. Grayscale: #959595. Windows color (decimal): -3310706 or 9337805. OLE color: 9337805.
HSL color Cylindrical-coordinate representation of color #CD7B8E: hue angle of 346.1º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CD7B8E is Cyan = 0, Magento = 0.4, Yellow = 0.31 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 123 | 142 | - |
| CMYK | 0 | 0.4 | 0.31 | 0.20 |
| HSL | 346.1º | 0.45% | 0.64% | - |
| HSV(B) | 346.1º | 0.4% | 0.8% | - |
| XYZ | 37.14 | 29.1 | 29.25 | - |
| YUV | 149.68 | 123.67 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 123 | 142 | 0 | 0.4 | 0.31 | 0.20 | 346.1 | 0.45 | 0.64 |
| Hex | CD | 7B | 8E | 0 | 28 | 1F | 14 | 15A | 2D | 40 |
| Octal | 315 | 173 | 216 | 0 | 50 | 37 | 24 | 532 | 55 | 100 |
| Binary | 11001101 | 1111011 | 10001110 | 0 | 101000 | 11111 | 10100 | 101011010 | 101101 | 1000000 |
Color Harmonies of #CD7B8E
Complementary color
Monochromatic Colors of #CD7B8E
Black with #CD7B8E
Text Example
Text Example
White with #CD7B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7B8E; }
p { color: rgb(205,123,142); }
H1.HeaderClassName
{
color: #CD7B8E;
}
.AnyTagClassName
{
color: #CD7B8E;
}
</style>
background-color css
<style>
a { background-color: #CD7B8E; }
a { background-color: rgb(205,123,142); }
div.DivClassName
{
background-color: #CD7B8E;
}
.BgClassName
{
background-color: #CD7B8E;
}
</style>
border-color css
<style>
span { border-color: #CD7B8E; }
span { border-color: rgb(205,123,142); }
td.TdClassName
{
border-color: #CD7B8E;
}
.TagClassName
{
border-color: #CD7B8E;
}
</style>