Shades of Sea Pink #D47676
Tints of Sea Pink #D47676
RGB
CMYK
RGB Variations
Color information
#D47676 (or 0xD47676) is known color: Sea Pink. HEX triplet: D4, 76 and 76. RGB value is (212,118,118). Sum of RGB (Red+Green+Blue) = 212+118+118=448 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.32% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 212 - color contains mainly: red. Hex color #D47676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47676 is #2B8989. Grayscale: #929292. Windows color (decimal): -2853258 or 7763668. OLE color: 7763668.
HSL color Cylindrical-coordinate representation of color #D47676: hue angle of 0º 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 #D47676 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 118 | 118 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.17 |
| HSL | 0º | 0.52% | 0.65% | - |
| HSV(B) | 0º | 0.44% | 0.83% | - |
| XYZ | 36.9 | 28.26 | 20.65 | - |
| YUV | 146.11 | 112.14 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 118 | 118 | 0 | 0.44 | 0.44 | 0.17 | 0 | 0.52 | 0.65 |
| Hex | D4 | 76 | 76 | 0 | 2C | 2C | 11 | 0 | 34 | 41 |
| Octal | 324 | 166 | 166 | 0 | 54 | 54 | 21 | 0 | 64 | 101 |
| Binary | 11010100 | 1110110 | 1110110 | 0 | 101100 | 101100 | 10001 | 0 | 110100 | 1000001 |
Color Harmonies of #D47676
Complementary color
Monochromatic Colors of #D47676
Black with #D47676
Text Example
Text Example
White with #D47676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47676; }
p { color: rgb(212,118,118); }
H1.HeaderClassName
{
color: #D47676;
}
.AnyTagClassName
{
color: #D47676;
}
</style>
background-color css
<style>
a { background-color: #D47676; }
a { background-color: rgb(212,118,118); }
div.DivClassName
{
background-color: #D47676;
}
.BgClassName
{
background-color: #D47676;
}
</style>
border-color css
<style>
span { border-color: #D47676; }
span { border-color: rgb(212,118,118); }
td.TdClassName
{
border-color: #D47676;
}
.TagClassName
{
border-color: #D47676;
}
</style>