Shades of Charm #CD7B7D
Tints of Charm #CD7B7D
RGB
CMYK
RGB Variations
Color information
#CD7B7D (or 0xCD7B7D) is known color: Charm. HEX triplet: CD, 7B and 7D. RGB value is (205,123,125). Sum of RGB (Red+Green+Blue) = 205+123+125=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 125 (49.22% from 255 or 27.59% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7B7D is #328482. Grayscale: #939393. Windows color (decimal): -3310723 or 8223693. OLE color: 8223693.
HSL color Cylindrical-coordinate representation of color #CD7B7D: hue angle of 358.54º 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 #CD7B7D is Cyan = 0, Magento = 0.4, Yellow = 0.39 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 123 | 125 | - |
| CMYK | 0 | 0.4 | 0.39 | 0.20 |
| HSL | 358.54º | 0.45% | 0.64% | - |
| HSV(B) | 358.54º | 0.4% | 0.8% | - |
| XYZ | 35.96 | 28.63 | 23.03 | - |
| YUV | 147.75 | 115.17 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 123 | 125 | 0 | 0.4 | 0.39 | 0.20 | 358.54 | 0.45 | 0.64 |
| Hex | CD | 7B | 7D | 0 | 28 | 27 | 14 | 167 | 2D | 40 |
| Octal | 315 | 173 | 175 | 0 | 50 | 47 | 24 | 547 | 55 | 100 |
| Binary | 11001101 | 1111011 | 1111101 | 0 | 101000 | 100111 | 10100 | 101100111 | 101101 | 1000000 |
Color Harmonies of #CD7B7D
Complementary color
Monochromatic Colors of #CD7B7D
Black with #CD7B7D
Text Example
Text Example
White with #CD7B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7B7D; }
p { color: rgb(205,123,125); }
H1.HeaderClassName
{
color: #CD7B7D;
}
.AnyTagClassName
{
color: #CD7B7D;
}
</style>
background-color css
<style>
a { background-color: #CD7B7D; }
a { background-color: rgb(205,123,125); }
div.DivClassName
{
background-color: #CD7B7D;
}
.BgClassName
{
background-color: #CD7B7D;
}
</style>
border-color css
<style>
span { border-color: #CD7B7D; }
span { border-color: rgb(205,123,125); }
td.TdClassName
{
border-color: #CD7B7D;
}
.TagClassName
{
border-color: #CD7B7D;
}
</style>