Shades of Charm #CD738A
Tints of Charm #CD738A
RGB
CMYK
RGB Variations
Color information
#CD738A (or 0xCD738A) is known color: Charm. HEX triplet: CD, 73 and 8A. RGB value is (205,115,138). Sum of RGB (Red+Green+Blue) = 205+115+138=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 115 (45.31% from 255 or 25.11% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CD738A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD738A is #328C75. Grayscale: #909090. Windows color (decimal): -3312758 or 9073613. OLE color: 9073613.
HSL color Cylindrical-coordinate representation of color #CD738A: hue angle of 344.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 #CD738A is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 115 | 138 | - |
| CMYK | 0 | 0.44 | 0.33 | 0.20 |
| HSL | 344.67º | 0.47% | 0.63% | - |
| HSV(B) | 344.67º | 0.44% | 0.8% | - |
| XYZ | 35.9 | 27.08 | 27.38 | - |
| YUV | 144.53 | 124.32 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 115 | 138 | 0 | 0.44 | 0.33 | 0.20 | 344.67 | 0.47 | 0.63 |
| Hex | CD | 73 | 8A | 0 | 2C | 21 | 14 | 159 | 2F | 3F |
| Octal | 315 | 163 | 212 | 0 | 54 | 41 | 24 | 531 | 57 | 77 |
| Binary | 11001101 | 1110011 | 10001010 | 0 | 101100 | 100001 | 10100 | 101011001 | 101111 | 111111 |
Color Harmonies of #CD738A
Complementary color
Monochromatic Colors of #CD738A
Black with #CD738A
Text Example
Text Example
White with #CD738A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD738A; }
p { color: rgb(205,115,138); }
H1.HeaderClassName
{
color: #CD738A;
}
.AnyTagClassName
{
color: #CD738A;
}
</style>
background-color css
<style>
a { background-color: #CD738A; }
a { background-color: rgb(205,115,138); }
div.DivClassName
{
background-color: #CD738A;
}
.BgClassName
{
background-color: #CD738A;
}
</style>
border-color css
<style>
span { border-color: #CD738A; }
span { border-color: rgb(205,115,138); }
td.TdClassName
{
border-color: #CD738A;
}
.TagClassName
{
border-color: #CD738A;
}
</style>