Shades of Charm #CD7B8B
Tints of Charm #CD7B8B
RGB
CMYK
RGB Variations
Color information
#CD7B8B (or 0xCD7B8B) is known color: Charm. HEX triplet: CD, 7B and 8B. RGB value is (205,123,139). Sum of RGB (Red+Green+Blue) = 205+123+139=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD7B8B is #328474. Grayscale: #959595. Windows color (decimal): -3310709 or 9141197. OLE color: 9141197.
HSL color Cylindrical-coordinate representation of color #CD7B8B: hue angle of 348.29º 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 #CD7B8B is Cyan = 0, Magento = 0.4, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 123 | 139 | - |
| CMYK | 0 | 0.4 | 0.32 | 0.20 |
| HSL | 348.29º | 0.45% | 0.64% | - |
| HSV(B) | 348.29º | 0.4% | 0.8% | - |
| XYZ | 36.92 | 29.01 | 28.08 | - |
| YUV | 149.34 | 122.17 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 123 | 139 | 0 | 0.4 | 0.32 | 0.20 | 348.29 | 0.45 | 0.64 |
| Hex | CD | 7B | 8B | 0 | 28 | 20 | 14 | 15C | 2D | 40 |
| Octal | 315 | 173 | 213 | 0 | 50 | 40 | 24 | 534 | 55 | 100 |
| Binary | 11001101 | 1111011 | 10001011 | 0 | 101000 | 100000 | 10100 | 101011100 | 101101 | 1000000 |
Color Harmonies of #CD7B8B
Complementary color
Monochromatic Colors of #CD7B8B
Black with #CD7B8B
Text Example
Text Example
White with #CD7B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7B8B; }
p { color: rgb(205,123,139); }
H1.HeaderClassName
{
color: #CD7B8B;
}
.AnyTagClassName
{
color: #CD7B8B;
}
</style>
background-color css
<style>
a { background-color: #CD7B8B; }
a { background-color: rgb(205,123,139); }
div.DivClassName
{
background-color: #CD7B8B;
}
.BgClassName
{
background-color: #CD7B8B;
}
</style>
border-color css
<style>
span { border-color: #CD7B8B; }
span { border-color: rgb(205,123,139); }
td.TdClassName
{
border-color: #CD7B8B;
}
.TagClassName
{
border-color: #CD7B8B;
}
</style>