Shades of Charm #D68083
Tints of Charm #D68083
RGB
CMYK
RGB Variations
Color information
#D68083 (or 0xD68083) is known color: Charm. HEX triplet: D6, 80 and 83. RGB value is (214,128,131). Sum of RGB (Red+Green+Blue) = 214+128+131=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 128 (50.39% from 255 or 27.06% from 473); Blue value is 131 (51.56% from 255 or 27.70% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D68083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68083 is #297F7C. Grayscale: #9A9A9A. Windows color (decimal): -2719613 or 8618198. OLE color: 8618198.
HSL color Cylindrical-coordinate representation of color #D68083: hue angle of 357.91º 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 #D68083 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 128 | 131 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.16 |
| HSL | 357.91º | 0.51% | 0.67% | - |
| HSV(B) | 357.91º | 0.4% | 0.84% | - |
| XYZ | 39.55 | 31.37 | 25.44 | - |
| YUV | 154.06 | 114.99 | 170.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 128 | 131 | 0 | 0.40 | 0.39 | 0.16 | 357.91 | 0.51 | 0.67 |
| Hex | D6 | 80 | 83 | 0 | 28 | 27 | 10 | 166 | 33 | 43 |
| Octal | 326 | 200 | 203 | 0 | 50 | 47 | 20 | 546 | 63 | 103 |
| Binary | 11010110 | 10000000 | 10000011 | 0 | 101000 | 100111 | 10000 | 101100110 | 110011 | 1000011 |
Color Harmonies of #D68083
Complementary color
Monochromatic Colors of #D68083
Black with #D68083
Text Example
Text Example
White with #D68083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68083; }
p { color: rgb(214,128,131); }
H1.HeaderClassName
{
color: #D68083;
}
.AnyTagClassName
{
color: #D68083;
}
</style>
background-color css
<style>
a { background-color: #D68083; }
a { background-color: rgb(214,128,131); }
div.DivClassName
{
background-color: #D68083;
}
.BgClassName
{
background-color: #D68083;
}
</style>
border-color css
<style>
span { border-color: #D68083; }
span { border-color: rgb(214,128,131); }
td.TdClassName
{
border-color: #D68083;
}
.TagClassName
{
border-color: #D68083;
}
</style>