Shades of Sea Pink #D47C78
Tints of Sea Pink #D47C78
RGB
CMYK
RGB Variations
Color information
#D47C78 (or 0xD47C78) is known color: Sea Pink. HEX triplet: D4, 7C and 78. RGB value is (212,124,120). Sum of RGB (Red+Green+Blue) = 212+124+120=456 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.49% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 212 - color contains mainly: red. Hex color #D47C78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47C78 is #2B8387. Grayscale: #959595. Windows color (decimal): -2851720 or 7896276. OLE color: 7896276.
HSL color Cylindrical-coordinate representation of color #D47C78: hue angle of 2.61º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D47C78 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 124 | 120 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.17 |
| HSL | 2.61º | 0.52% | 0.65% | - |
| HSV(B) | 2.61º | 0.43% | 0.83% | - |
| XYZ | 37.75 | 29.77 | 21.53 | - |
| YUV | 149.86 | 111.15 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 124 | 120 | 0 | 0.42 | 0.43 | 0.17 | 2.61 | 0.52 | 0.65 |
| Hex | D4 | 7C | 78 | 0 | 2A | 2B | 11 | 3 | 34 | 41 |
| Octal | 324 | 174 | 170 | 0 | 52 | 53 | 21 | 3 | 64 | 101 |
| Binary | 11010100 | 1111100 | 1111000 | 0 | 101010 | 101011 | 10001 | 11 | 110100 | 1000001 |
Color Harmonies of #D47C78
Complementary color
Monochromatic Colors of #D47C78
Black with #D47C78
Text Example
Text Example
White with #D47C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47C78; }
p { color: rgb(212,124,120); }
H1.HeaderClassName
{
color: #D47C78;
}
.AnyTagClassName
{
color: #D47C78;
}
</style>
background-color css
<style>
a { background-color: #D47C78; }
a { background-color: rgb(212,124,120); }
div.DivClassName
{
background-color: #D47C78;
}
.BgClassName
{
background-color: #D47C78;
}
</style>
border-color css
<style>
span { border-color: #D47C78; }
span { border-color: rgb(212,124,120); }
td.TdClassName
{
border-color: #D47C78;
}
.TagClassName
{
border-color: #D47C78;
}
</style>