Shades of Charm #CD8389
Tints of Charm #CD8389
RGB
CMYK
RGB Variations
Color information
#CD8389 (or 0xCD8389) is known color: Charm. HEX triplet: CD, 83 and 89. RGB value is (205,131,137). Sum of RGB (Red+Green+Blue) = 205+131+137=473 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.34% from 473); Green value is 131 (51.56% from 255 or 27.70% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8389 is #327C76. Grayscale: #999999. Windows color (decimal): -3308663 or 9012173. OLE color: 9012173.
HSL color Cylindrical-coordinate representation of color #CD8389: hue angle of 355.14º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CD8389 is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 131 | 137 | - |
| CMYK | 0 | 0.36 | 0.33 | 0.20 |
| HSL | 355.14º | 0.43% | 0.66% | - |
| HSV(B) | 355.14º | 0.36% | 0.8% | - |
| XYZ | 37.81 | 31.02 | 27.66 | - |
| YUV | 153.81 | 118.52 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 131 | 137 | 0 | 0.36 | 0.33 | 0.20 | 355.14 | 0.43 | 0.66 |
| Hex | CD | 83 | 89 | 0 | 24 | 21 | 14 | 163 | 2B | 42 |
| Octal | 315 | 203 | 211 | 0 | 44 | 41 | 24 | 543 | 53 | 102 |
| Binary | 11001101 | 10000011 | 10001001 | 0 | 100100 | 100001 | 10100 | 101100011 | 101011 | 1000010 |
Color Harmonies of #CD8389
Complementary color
Monochromatic Colors of #CD8389
Black with #CD8389
Text Example
Text Example
White with #CD8389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8389; }
p { color: rgb(205,131,137); }
H1.HeaderClassName
{
color: #CD8389;
}
.AnyTagClassName
{
color: #CD8389;
}
</style>
background-color css
<style>
a { background-color: #CD8389; }
a { background-color: rgb(205,131,137); }
div.DivClassName
{
background-color: #CD8389;
}
.BgClassName
{
background-color: #CD8389;
}
</style>
border-color css
<style>
span { border-color: #CD8389; }
span { border-color: rgb(205,131,137); }
td.TdClassName
{
border-color: #CD8389;
}
.TagClassName
{
border-color: #CD8389;
}
</style>