Shades of Sea Pink #D47876
Tints of Sea Pink #D47876
RGB
CMYK
RGB Variations
Color information
#D47876 (or 0xD47876) is known color: Sea Pink. HEX triplet: D4, 78 and 76. RGB value is (212,120,118). Sum of RGB (Red+Green+Blue) = 212+120+118=450 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.11% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 212 - color contains mainly: red. Hex color #D47876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47876 is #2B8789. Grayscale: #939393. Windows color (decimal): -2852746 or 7764180. OLE color: 7764180.
HSL color Cylindrical-coordinate representation of color #D47876: hue angle of 1.28º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D47876 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 120 | 118 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.17 |
| HSL | 1.28º | 0.52% | 0.65% | - |
| HSV(B) | 1.28º | 0.44% | 0.83% | - |
| XYZ | 37.14 | 28.74 | 20.73 | - |
| YUV | 147.28 | 111.48 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 120 | 118 | 0 | 0.43 | 0.44 | 0.17 | 1.28 | 0.52 | 0.65 |
| Hex | D4 | 78 | 76 | 0 | 2B | 2C | 11 | 1 | 34 | 41 |
| Octal | 324 | 170 | 166 | 0 | 53 | 54 | 21 | 1 | 64 | 101 |
| Binary | 11010100 | 1111000 | 1110110 | 0 | 101011 | 101100 | 10001 | 1 | 110100 | 1000001 |
Color Harmonies of #D47876
Complementary color
Monochromatic Colors of #D47876
Black with #D47876
Text Example
Text Example
White with #D47876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47876; }
p { color: rgb(212,120,118); }
H1.HeaderClassName
{
color: #D47876;
}
.AnyTagClassName
{
color: #D47876;
}
</style>
background-color css
<style>
a { background-color: #D47876; }
a { background-color: rgb(212,120,118); }
div.DivClassName
{
background-color: #D47876;
}
.BgClassName
{
background-color: #D47876;
}
</style>
border-color css
<style>
span { border-color: #D47876; }
span { border-color: rgb(212,120,118); }
td.TdClassName
{
border-color: #D47876;
}
.TagClassName
{
border-color: #D47876;
}
</style>