Shades of Charm #D57B8C
Tints of Charm #D57B8C
RGB
CMYK
RGB Variations
Color information
#D57B8C (or 0xD57B8C) is known color: Charm. HEX triplet: D5, 7B and 8C. RGB value is (213,123,140). Sum of RGB (Red+Green+Blue) = 213+123+140=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 123 (48.44% from 255 or 25.84% from 476); Blue value is 140 (55.08% from 255 or 29.41% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D57B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57B8C is #2A8473. Grayscale: #979797. Windows color (decimal): -2786420 or 9206741. OLE color: 9206741.
HSL color Cylindrical-coordinate representation of color #D57B8C: hue angle of 348.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 #D57B8C is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 123 | 140 | - |
| CMYK | 0 | 0.42 | 0.34 | 0.16 |
| HSL | 348.67º | 0.52% | 0.66% | - |
| HSV(B) | 348.67º | 0.42% | 0.84% | - |
| XYZ | 39.26 | 30.21 | 28.57 | - |
| YUV | 151.85 | 121.32 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 123 | 140 | 0 | 0.42 | 0.34 | 0.16 | 348.67 | 0.52 | 0.66 |
| Hex | D5 | 7B | 8C | 0 | 2A | 22 | 10 | 15D | 34 | 42 |
| Octal | 325 | 173 | 214 | 0 | 52 | 42 | 20 | 535 | 64 | 102 |
| Binary | 11010101 | 1111011 | 10001100 | 0 | 101010 | 100010 | 10000 | 101011101 | 110100 | 1000010 |
Color Harmonies of #D57B8C
Complementary color
Monochromatic Colors of #D57B8C
Black with #D57B8C
Text Example
Text Example
White with #D57B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57B8C; }
p { color: rgb(213,123,140); }
H1.HeaderClassName
{
color: #D57B8C;
}
.AnyTagClassName
{
color: #D57B8C;
}
</style>
background-color css
<style>
a { background-color: #D57B8C; }
a { background-color: rgb(213,123,140); }
div.DivClassName
{
background-color: #D57B8C;
}
.BgClassName
{
background-color: #D57B8C;
}
</style>
border-color css
<style>
span { border-color: #D57B8C; }
span { border-color: rgb(213,123,140); }
td.TdClassName
{
border-color: #D57B8C;
}
.TagClassName
{
border-color: #D57B8C;
}
</style>