Shades of Charm #D67892
Tints of Charm #D67892
RGB
CMYK
RGB Variations
Color information
#D67892 (or 0xD67892) is known color: Charm. HEX triplet: D6, 78 and 92. RGB value is (214,120,146). Sum of RGB (Red+Green+Blue) = 214+120+146=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 120 (47.27% from 255 or 25% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D67892 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67892 is #29876D. Grayscale: #979797. Windows color (decimal): -2721646 or 9599190. OLE color: 9599190.
HSL color Cylindrical-coordinate representation of color #D67892: hue angle of 343.4º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D67892 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 120 | 146 | - |
| CMYK | 0 | 0.44 | 0.32 | 0.16 |
| HSL | 343.4º | 0.53% | 0.65% | - |
| HSV(B) | 343.4º | 0.44% | 0.84% | - |
| XYZ | 39.64 | 29.8 | 30.86 | - |
| YUV | 151.07 | 125.14 | 172.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 120 | 146 | 0 | 0.44 | 0.32 | 0.16 | 343.4 | 0.53 | 0.65 |
| Hex | D6 | 78 | 92 | 0 | 2C | 20 | 10 | 157 | 35 | 41 |
| Octal | 326 | 170 | 222 | 0 | 54 | 40 | 20 | 527 | 65 | 101 |
| Binary | 11010110 | 1111000 | 10010010 | 0 | 101100 | 100000 | 10000 | 101010111 | 110101 | 1000001 |
Color Harmonies of #D67892
Complementary color
Monochromatic Colors of #D67892
Black with #D67892
Text Example
Text Example
White with #D67892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67892; }
p { color: rgb(214,120,146); }
H1.HeaderClassName
{
color: #D67892;
}
.AnyTagClassName
{
color: #D67892;
}
</style>
background-color css
<style>
a { background-color: #D67892; }
a { background-color: rgb(214,120,146); }
div.DivClassName
{
background-color: #D67892;
}
.BgClassName
{
background-color: #D67892;
}
</style>
border-color css
<style>
span { border-color: #D67892; }
span { border-color: rgb(214,120,146); }
td.TdClassName
{
border-color: #D67892;
}
.TagClassName
{
border-color: #D67892;
}
</style>