Shades of Charm #CD8185
Tints of Charm #CD8185
RGB
CMYK
RGB Variations
Color information
#CD8185 (or 0xCD8185) is known color: Charm. HEX triplet: CD, 81 and 85. RGB value is (205,129,133). Sum of RGB (Red+Green+Blue) = 205+129+133=467 (61% of max value = 765). Red value is 205 (80.47% from 255 or 43.90% from 467); Green value is 129 (50.78% from 255 or 27.62% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8185 is #327E7A. Grayscale: #989898. Windows color (decimal): -3309179 or 8749517. OLE color: 8749517.
HSL color Cylindrical-coordinate representation of color #CD8185: hue angle of 356.84º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CD8185 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 129 | 133 | - |
| CMYK | 0 | 0.37 | 0.35 | 0.20 |
| HSL | 356.84º | 0.43% | 0.65% | - |
| HSV(B) | 356.84º | 0.37% | 0.8% | - |
| XYZ | 37.26 | 30.37 | 26.09 | - |
| YUV | 152.18 | 117.18 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 129 | 133 | 0 | 0.37 | 0.35 | 0.20 | 356.84 | 0.43 | 0.65 |
| Hex | CD | 81 | 85 | 0 | 25 | 23 | 14 | 165 | 2B | 41 |
| Octal | 315 | 201 | 205 | 0 | 45 | 43 | 24 | 545 | 53 | 101 |
| Binary | 11001101 | 10000001 | 10000101 | 0 | 100101 | 100011 | 10100 | 101100101 | 101011 | 1000001 |
Color Harmonies of #CD8185
Complementary color
Monochromatic Colors of #CD8185
Black with #CD8185
Text Example
Text Example
White with #CD8185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8185; }
p { color: rgb(205,129,133); }
H1.HeaderClassName
{
color: #CD8185;
}
.AnyTagClassName
{
color: #CD8185;
}
</style>
background-color css
<style>
a { background-color: #CD8185; }
a { background-color: rgb(205,129,133); }
div.DivClassName
{
background-color: #CD8185;
}
.BgClassName
{
background-color: #CD8185;
}
</style>
border-color css
<style>
span { border-color: #CD8185; }
span { border-color: rgb(205,129,133); }
td.TdClassName
{
border-color: #CD8185;
}
.TagClassName
{
border-color: #CD8185;
}
</style>