Shades of Sea Pink #D47674
Tints of Sea Pink #D47674
RGB
CMYK
RGB Variations
Color information
#D47674 (or 0xD47674) is known color: Sea Pink. HEX triplet: D4, 76 and 74. RGB value is (212,118,116). Sum of RGB (Red+Green+Blue) = 212+118+116=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D47674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47674 is #2B898B. Grayscale: #919191. Windows color (decimal): -2853260 or 7632596. OLE color: 7632596.
HSL color Cylindrical-coordinate representation of color #D47674: hue angle of 1.25º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D47674 is Cyan = 0, Magento = 0.44, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 118 | 116 | - |
| CMYK | 0 | 0.44 | 0.45 | 0.17 |
| HSL | 1.25º | 0.53% | 0.64% | - |
| HSV(B) | 1.25º | 0.45% | 0.83% | - |
| XYZ | 36.78 | 28.21 | 20.03 | - |
| YUV | 145.88 | 111.14 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 118 | 116 | 0 | 0.44 | 0.45 | 0.17 | 1.25 | 0.53 | 0.64 |
| Hex | D4 | 76 | 74 | 0 | 2C | 2D | 11 | 1 | 35 | 40 |
| Octal | 324 | 166 | 164 | 0 | 54 | 55 | 21 | 1 | 65 | 100 |
| Binary | 11010100 | 1110110 | 1110100 | 0 | 101100 | 101101 | 10001 | 1 | 110101 | 1000000 |
Color Harmonies of #D47674
Complementary color
Monochromatic Colors of #D47674
Black with #D47674
Text Example
Text Example
White with #D47674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47674; }
p { color: rgb(212,118,116); }
H1.HeaderClassName
{
color: #D47674;
}
.AnyTagClassName
{
color: #D47674;
}
</style>
background-color css
<style>
a { background-color: #D47674; }
a { background-color: rgb(212,118,116); }
div.DivClassName
{
background-color: #D47674;
}
.BgClassName
{
background-color: #D47674;
}
</style>
border-color css
<style>
span { border-color: #D47674; }
span { border-color: rgb(212,118,116); }
td.TdClassName
{
border-color: #D47674;
}
.TagClassName
{
border-color: #D47674;
}
</style>