Shades of Charm #D67683
Tints of Charm #D67683
RGB
CMYK
RGB Variations
Color information
#D67683 (or 0xD67683) is known color: Charm. HEX triplet: D6, 76 and 83. RGB value is (214,118,131). Sum of RGB (Red+Green+Blue) = 214+118+131=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 118 (46.48% from 255 or 25.49% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D67683 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67683 is #29897C. Grayscale: #949494. Windows color (decimal): -2722173 or 8615638. OLE color: 8615638.
HSL color Cylindrical-coordinate representation of color #D67683: hue angle of 351.88º 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 #D67683 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 118 | 131 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.16 |
| HSL | 351.88º | 0.54% | 0.65% | - |
| HSV(B) | 351.88º | 0.45% | 0.84% | - |
| XYZ | 38.31 | 28.89 | 25.03 | - |
| YUV | 148.19 | 118.3 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 118 | 131 | 0 | 0.45 | 0.39 | 0.16 | 351.88 | 0.54 | 0.65 |
| Hex | D6 | 76 | 83 | 0 | 2D | 27 | 10 | 160 | 36 | 41 |
| Octal | 326 | 166 | 203 | 0 | 55 | 47 | 20 | 540 | 66 | 101 |
| Binary | 11010110 | 1110110 | 10000011 | 0 | 101101 | 100111 | 10000 | 101100000 | 110110 | 1000001 |
Color Harmonies of #D67683
Complementary color
Monochromatic Colors of #D67683
Black with #D67683
Text Example
Text Example
White with #D67683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67683; }
p { color: rgb(214,118,131); }
H1.HeaderClassName
{
color: #D67683;
}
.AnyTagClassName
{
color: #D67683;
}
</style>
background-color css
<style>
a { background-color: #D67683; }
a { background-color: rgb(214,118,131); }
div.DivClassName
{
background-color: #D67683;
}
.BgClassName
{
background-color: #D67683;
}
</style>
border-color css
<style>
span { border-color: #D67683; }
span { border-color: rgb(214,118,131); }
td.TdClassName
{
border-color: #D67683;
}
.TagClassName
{
border-color: #D67683;
}
</style>