Shades of Sea Pink #D47873
Tints of Sea Pink #D47873
RGB
CMYK
RGB Variations
Color information
#D47873 (or 0xD47873) is known color: Sea Pink. HEX triplet: D4, 78 and 73. RGB value is (212,120,115). Sum of RGB (Red+Green+Blue) = 212+120+115=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D47873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47873 is #2B878C. Grayscale: #939393. Windows color (decimal): -2852749 or 7567572. OLE color: 7567572.
HSL color Cylindrical-coordinate representation of color #D47873: hue angle of 3.09º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D47873 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 120 | 115 | - |
| CMYK | 0 | 0.43 | 0.46 | 0.17 |
| HSL | 3.09º | 0.53% | 0.64% | - |
| HSV(B) | 3.09º | 0.46% | 0.83% | - |
| XYZ | 36.96 | 28.67 | 19.8 | - |
| YUV | 146.94 | 109.98 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 120 | 115 | 0 | 0.43 | 0.46 | 0.17 | 3.09 | 0.53 | 0.64 |
| Hex | D4 | 78 | 73 | 0 | 2B | 2E | 11 | 3 | 35 | 40 |
| Octal | 324 | 170 | 163 | 0 | 53 | 56 | 21 | 3 | 65 | 100 |
| Binary | 11010100 | 1111000 | 1110011 | 0 | 101011 | 101110 | 10001 | 11 | 110101 | 1000000 |
Color Harmonies of #D47873
Complementary color
Monochromatic Colors of #D47873
Black with #D47873
Text Example
Text Example
White with #D47873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47873; }
p { color: rgb(212,120,115); }
H1.HeaderClassName
{
color: #D47873;
}
.AnyTagClassName
{
color: #D47873;
}
</style>
background-color css
<style>
a { background-color: #D47873; }
a { background-color: rgb(212,120,115); }
div.DivClassName
{
background-color: #D47873;
}
.BgClassName
{
background-color: #D47873;
}
</style>
border-color css
<style>
span { border-color: #D47873; }
span { border-color: rgb(212,120,115); }
td.TdClassName
{
border-color: #D47873;
}
.TagClassName
{
border-color: #D47873;
}
</style>