Shades of Charm #D67682
Tints of Charm #D67682
RGB
CMYK
RGB Variations
Color information
#D67682 (or 0xD67682) is known color: Charm. HEX triplet: D6, 76 and 82. RGB value is (214,118,130). Sum of RGB (Red+Green+Blue) = 214+118+130=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 118 (46.48% from 255 or 25.54% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D67682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67682 is #29897D. Grayscale: #949494. Windows color (decimal): -2722174 or 8550102. OLE color: 8550102.
HSL color Cylindrical-coordinate representation of color #D67682: hue angle of 352.5º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D67682 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 118 | 130 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.16 |
| HSL | 352.5º | 0.54% | 0.65% | - |
| HSV(B) | 352.5º | 0.45% | 0.84% | - |
| XYZ | 38.24 | 28.86 | 24.68 | - |
| YUV | 148.07 | 117.8 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 118 | 130 | 0 | 0.45 | 0.39 | 0.16 | 352.5 | 0.54 | 0.65 |
| Hex | D6 | 76 | 82 | 0 | 2D | 27 | 10 | 160 | 36 | 41 |
| Octal | 326 | 166 | 202 | 0 | 55 | 47 | 20 | 540 | 66 | 101 |
| Binary | 11010110 | 1110110 | 10000010 | 0 | 101101 | 100111 | 10000 | 101100000 | 110110 | 1000001 |
Color Harmonies of #D67682
Complementary color
Monochromatic Colors of #D67682
Black with #D67682
Text Example
Text Example
White with #D67682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67682; }
p { color: rgb(214,118,130); }
H1.HeaderClassName
{
color: #D67682;
}
.AnyTagClassName
{
color: #D67682;
}
</style>
background-color css
<style>
a { background-color: #D67682; }
a { background-color: rgb(214,118,130); }
div.DivClassName
{
background-color: #D67682;
}
.BgClassName
{
background-color: #D67682;
}
</style>
border-color css
<style>
span { border-color: #D67682; }
span { border-color: rgb(214,118,130); }
td.TdClassName
{
border-color: #D67682;
}
.TagClassName
{
border-color: #D67682;
}
</style>