Shades of Charm #D68587
Tints of Charm #D68587
RGB
CMYK
RGB Variations
Color information
#D68587 (or 0xD68587) is known color: Charm. HEX triplet: D6, 85 and 87. RGB value is (214,133,135). Sum of RGB (Red+Green+Blue) = 214+133+135=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 133 (52.34% from 255 or 27.59% from 482); Blue value is 135 (53.12% from 255 or 28.01% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D68587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68587 is #297A78. Grayscale: #9D9D9D. Windows color (decimal): -2718329 or 8881622. OLE color: 8881622.
HSL color Cylindrical-coordinate representation of color #D68587: hue angle of 358.52º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D68587 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 133 | 135 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.16 |
| HSL | 358.52º | 0.5% | 0.68% | - |
| HSV(B) | 358.52º | 0.38% | 0.84% | - |
| XYZ | 40.49 | 32.82 | 27.12 | - |
| YUV | 157.45 | 115.34 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 133 | 135 | 0 | 0.38 | 0.37 | 0.16 | 358.52 | 0.5 | 0.68 |
| Hex | D6 | 85 | 87 | 0 | 26 | 25 | 10 | 167 | 32 | 44 |
| Octal | 326 | 205 | 207 | 0 | 46 | 45 | 20 | 547 | 62 | 104 |
| Binary | 11010110 | 10000101 | 10000111 | 0 | 100110 | 100101 | 10000 | 101100111 | 110010 | 1000100 |
Color Harmonies of #D68587
Complementary color
Monochromatic Colors of #D68587
Black with #D68587
Text Example
Text Example
White with #D68587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68587; }
p { color: rgb(214,133,135); }
H1.HeaderClassName
{
color: #D68587;
}
.AnyTagClassName
{
color: #D68587;
}
</style>
background-color css
<style>
a { background-color: #D68587; }
a { background-color: rgb(214,133,135); }
div.DivClassName
{
background-color: #D68587;
}
.BgClassName
{
background-color: #D68587;
}
</style>
border-color css
<style>
span { border-color: #D68587; }
span { border-color: rgb(214,133,135); }
td.TdClassName
{
border-color: #D68587;
}
.TagClassName
{
border-color: #D68587;
}
</style>