Shades of Charm #D68186
Tints of Charm #D68186
RGB
CMYK
RGB Variations
Color information
#D68186 (or 0xD68186) is known color: Charm. HEX triplet: D6, 81 and 86. RGB value is (214,129,134). Sum of RGB (Red+Green+Blue) = 214+129+134=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 129 (50.78% from 255 or 27.04% from 477); Blue value is 134 (52.73% from 255 or 28.09% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D68186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68186 is #297E79. Grayscale: #9B9B9B. Windows color (decimal): -2719354 or 8815062. OLE color: 8815062.
HSL color Cylindrical-coordinate representation of color #D68186: hue angle of 356.47º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D68186 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 134 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.16 |
| HSL | 356.47º | 0.51% | 0.67% | - |
| HSV(B) | 356.47º | 0.4% | 0.84% | - |
| XYZ | 39.88 | 31.72 | 26.57 | - |
| YUV | 154.99 | 116.16 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 134 | 0 | 0.40 | 0.37 | 0.16 | 356.47 | 0.51 | 0.67 |
| Hex | D6 | 81 | 86 | 0 | 28 | 25 | 10 | 164 | 33 | 43 |
| Octal | 326 | 201 | 206 | 0 | 50 | 45 | 20 | 544 | 63 | 103 |
| Binary | 11010110 | 10000001 | 10000110 | 0 | 101000 | 100101 | 10000 | 101100100 | 110011 | 1000011 |
Color Harmonies of #D68186
Complementary color
Monochromatic Colors of #D68186
Black with #D68186
Text Example
Text Example
White with #D68186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68186; }
p { color: rgb(214,129,134); }
H1.HeaderClassName
{
color: #D68186;
}
.AnyTagClassName
{
color: #D68186;
}
</style>
background-color css
<style>
a { background-color: #D68186; }
a { background-color: rgb(214,129,134); }
div.DivClassName
{
background-color: #D68186;
}
.BgClassName
{
background-color: #D68186;
}
</style>
border-color css
<style>
span { border-color: #D68186; }
span { border-color: rgb(214,129,134); }
td.TdClassName
{
border-color: #D68186;
}
.TagClassName
{
border-color: #D68186;
}
</style>