Shades of Charm #D78283
Tints of Charm #D78283
RGB
CMYK
RGB Variations
Color information
#D78283 (or 0xD78283) is known color: Charm. HEX triplet: D7, 82 and 83. RGB value is (215,130,131). Sum of RGB (Red+Green+Blue) = 215+130+131=476 (63% of max value = 765). Red value is 215 (84.38% from 255 or 45.17% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 131 (51.56% from 255 or 27.52% from 476); Max value from RGB is 215 - color contains mainly: red. Hex color #D78283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78283 is #287D7C. Grayscale: #9B9B9B. Windows color (decimal): -2653565 or 8618711. OLE color: 8618711.
HSL color Cylindrical-coordinate representation of color #D78283: hue angle of 359.29º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D78283 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 130 | 131 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.16 |
| HSL | 359.29º | 0.52% | 0.68% | - |
| HSV(B) | 359.29º | 0.4% | 0.84% | - |
| XYZ | 40.1 | 32.05 | 25.55 | - |
| YUV | 155.53 | 114.16 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 130 | 131 | 0 | 0.40 | 0.39 | 0.16 | 359.29 | 0.52 | 0.68 |
| Hex | D7 | 82 | 83 | 0 | 28 | 27 | 10 | 167 | 34 | 44 |
| Octal | 327 | 202 | 203 | 0 | 50 | 47 | 20 | 547 | 64 | 104 |
| Binary | 11010111 | 10000010 | 10000011 | 0 | 101000 | 100111 | 10000 | 101100111 | 110100 | 1000100 |
Color Harmonies of #D78283
Complementary color
Monochromatic Colors of #D78283
Black with #D78283
Text Example
Text Example
White with #D78283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78283; }
p { color: rgb(215,130,131); }
H1.HeaderClassName
{
color: #D78283;
}
.AnyTagClassName
{
color: #D78283;
}
</style>
background-color css
<style>
a { background-color: #D78283; }
a { background-color: rgb(215,130,131); }
div.DivClassName
{
background-color: #D78283;
}
.BgClassName
{
background-color: #D78283;
}
</style>
border-color css
<style>
span { border-color: #D78283; }
span { border-color: rgb(215,130,131); }
td.TdClassName
{
border-color: #D78283;
}
.TagClassName
{
border-color: #D78283;
}
</style>