Shades of Charm #CD737B
Tints of Charm #CD737B
RGB
CMYK
RGB Variations
Color information
#CD737B (or 0xCD737B) is known color: Charm. HEX triplet: CD, 73 and 7B. RGB value is (205,115,123). Sum of RGB (Red+Green+Blue) = 205+115+123=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 115 (45.31% from 255 or 25.96% from 443); Blue value is 123 (48.44% from 255 or 27.77% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CD737B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD737B is #328C84. Grayscale: #8E8E8E. Windows color (decimal): -3312773 or 8090573. OLE color: 8090573.
HSL color Cylindrical-coordinate representation of color #CD737B: hue angle of 354.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD737B is Cyan = 0, Magento = 0.44, Yellow = 0.4 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 115 | 123 | - |
| CMYK | 0 | 0.44 | 0.4 | 0.20 |
| HSL | 354.67º | 0.47% | 0.63% | - |
| HSV(B) | 354.67º | 0.44% | 0.8% | - |
| XYZ | 34.88 | 26.67 | 22.05 | - |
| YUV | 142.82 | 116.82 | 172.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 115 | 123 | 0 | 0.44 | 0.4 | 0.20 | 354.67 | 0.47 | 0.63 |
| Hex | CD | 73 | 7B | 0 | 2C | 28 | 14 | 163 | 2F | 3F |
| Octal | 315 | 163 | 173 | 0 | 54 | 50 | 24 | 543 | 57 | 77 |
| Binary | 11001101 | 1110011 | 1111011 | 0 | 101100 | 101000 | 10100 | 101100011 | 101111 | 111111 |
Color Harmonies of #CD737B
Complementary color
Monochromatic Colors of #CD737B
Black with #CD737B
Text Example
Text Example
White with #CD737B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD737B; }
p { color: rgb(205,115,123); }
H1.HeaderClassName
{
color: #CD737B;
}
.AnyTagClassName
{
color: #CD737B;
}
</style>
background-color css
<style>
a { background-color: #CD737B; }
a { background-color: rgb(205,115,123); }
div.DivClassName
{
background-color: #CD737B;
}
.BgClassName
{
background-color: #CD737B;
}
</style>
border-color css
<style>
span { border-color: #CD737B; }
span { border-color: rgb(205,115,123); }
td.TdClassName
{
border-color: #CD737B;
}
.TagClassName
{
border-color: #CD737B;
}
</style>