Shades of Charm #D48085
Tints of Charm #D48085
RGB
CMYK
RGB Variations
Color information
#D48085 (or 0xD48085) is known color: Charm. HEX triplet: D4, 80 and 85. RGB value is (212,128,133). Sum of RGB (Red+Green+Blue) = 212+128+133=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D48085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48085 is #2B7F7A. Grayscale: #999999. Windows color (decimal): -2850683 or 8749268. OLE color: 8749268.
HSL color Cylindrical-coordinate representation of color #D48085: hue angle of 356.43º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D48085 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 128 | 133 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.17 |
| HSL | 356.43º | 0.49% | 0.67% | - |
| HSV(B) | 356.43º | 0.4% | 0.83% | - |
| XYZ | 39.1 | 31.13 | 26.14 | - |
| YUV | 153.69 | 116.33 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 128 | 133 | 0 | 0.40 | 0.37 | 0.17 | 356.43 | 0.49 | 0.67 |
| Hex | D4 | 80 | 85 | 0 | 28 | 25 | 11 | 164 | 31 | 43 |
| Octal | 324 | 200 | 205 | 0 | 50 | 45 | 21 | 544 | 61 | 103 |
| Binary | 11010100 | 10000000 | 10000101 | 0 | 101000 | 100101 | 10001 | 101100100 | 110001 | 1000011 |
Color Harmonies of #D48085
Complementary color
Monochromatic Colors of #D48085
Black with #D48085
Text Example
Text Example
White with #D48085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D48085; }
p { color: rgb(212,128,133); }
H1.HeaderClassName
{
color: #D48085;
}
.AnyTagClassName
{
color: #D48085;
}
</style>
background-color css
<style>
a { background-color: #D48085; }
a { background-color: rgb(212,128,133); }
div.DivClassName
{
background-color: #D48085;
}
.BgClassName
{
background-color: #D48085;
}
</style>
border-color css
<style>
span { border-color: #D48085; }
span { border-color: rgb(212,128,133); }
td.TdClassName
{
border-color: #D48085;
}
.TagClassName
{
border-color: #D48085;
}
</style>