Shades of Charm #D67C8A
Tints of Charm #D67C8A
RGB
CMYK
RGB Variations
Color information
#D67C8A (or 0xD67C8A) is known color: Charm. HEX triplet: D6, 7C and 8A. RGB value is (214,124,138). Sum of RGB (Red+Green+Blue) = 214+124+138=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 124 (48.83% from 255 or 26.05% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D67C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67C8A is #298375. Grayscale: #989898. Windows color (decimal): -2720630 or 9075926. OLE color: 9075926.
HSL color Cylindrical-coordinate representation of color #D67C8A: hue angle of 350.67º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D67C8A is Cyan = 0, Magento = 0.42, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 124 | 138 | - |
| CMYK | 0 | 0.42 | 0.36 | 0.16 |
| HSL | 350.67º | 0.52% | 0.66% | - |
| HSV(B) | 350.67º | 0.42% | 0.84% | - |
| XYZ | 39.53 | 30.55 | 27.86 | - |
| YUV | 152.51 | 119.82 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 124 | 138 | 0 | 0.42 | 0.36 | 0.16 | 350.67 | 0.52 | 0.66 |
| Hex | D6 | 7C | 8A | 0 | 2A | 24 | 10 | 15F | 34 | 42 |
| Octal | 326 | 174 | 212 | 0 | 52 | 44 | 20 | 537 | 64 | 102 |
| Binary | 11010110 | 1111100 | 10001010 | 0 | 101010 | 100100 | 10000 | 101011111 | 110100 | 1000010 |
Color Harmonies of #D67C8A
Complementary color
Monochromatic Colors of #D67C8A
Black with #D67C8A
Text Example
Text Example
White with #D67C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67C8A; }
p { color: rgb(214,124,138); }
H1.HeaderClassName
{
color: #D67C8A;
}
.AnyTagClassName
{
color: #D67C8A;
}
</style>
background-color css
<style>
a { background-color: #D67C8A; }
a { background-color: rgb(214,124,138); }
div.DivClassName
{
background-color: #D67C8A;
}
.BgClassName
{
background-color: #D67C8A;
}
</style>
border-color css
<style>
span { border-color: #D67C8A; }
span { border-color: rgb(214,124,138); }
td.TdClassName
{
border-color: #D67C8A;
}
.TagClassName
{
border-color: #D67C8A;
}
</style>