Shades of Charm #CD8085
Tints of Charm #CD8085
RGB
CMYK
RGB Variations
Color information
#CD8085 (or 0xCD8085) is known color: Charm. HEX triplet: CD, 80 and 85. RGB value is (205,128,133). Sum of RGB (Red+Green+Blue) = 205+128+133=466 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.99% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8085 is #327F7A. Grayscale: #979797. Windows color (decimal): -3309435 or 8749261. OLE color: 8749261.
HSL color Cylindrical-coordinate representation of color #CD8085: hue angle of 356.1º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CD8085 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 128 | 133 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.20 |
| HSL | 356.1º | 0.44% | 0.65% | - |
| HSV(B) | 356.1º | 0.38% | 0.8% | - |
| XYZ | 37.13 | 30.11 | 26.05 | - |
| YUV | 151.59 | 117.51 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 128 | 133 | 0 | 0.38 | 0.35 | 0.20 | 356.1 | 0.44 | 0.65 |
| Hex | CD | 80 | 85 | 0 | 26 | 23 | 14 | 164 | 2C | 41 |
| Octal | 315 | 200 | 205 | 0 | 46 | 43 | 24 | 544 | 54 | 101 |
| Binary | 11001101 | 10000000 | 10000101 | 0 | 100110 | 100011 | 10100 | 101100100 | 101100 | 1000001 |
Color Harmonies of #CD8085
Complementary color
Monochromatic Colors of #CD8085
Black with #CD8085
Text Example
Text Example
White with #CD8085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8085; }
p { color: rgb(205,128,133); }
H1.HeaderClassName
{
color: #CD8085;
}
.AnyTagClassName
{
color: #CD8085;
}
</style>
background-color css
<style>
a { background-color: #CD8085; }
a { background-color: rgb(205,128,133); }
div.DivClassName
{
background-color: #CD8085;
}
.BgClassName
{
background-color: #CD8085;
}
</style>
border-color css
<style>
span { border-color: #CD8085; }
span { border-color: rgb(205,128,133); }
td.TdClassName
{
border-color: #CD8085;
}
.TagClassName
{
border-color: #CD8085;
}
</style>