Shades of Sea Pink #D47B76
Tints of Sea Pink #D47B76
RGB
CMYK
RGB Variations
Color information
#D47B76 (or 0xD47B76) is known color: Sea Pink. HEX triplet: D4, 7B and 76. RGB value is (212,123,118). Sum of RGB (Red+Green+Blue) = 212+123+118=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 123 (48.44% from 255 or 27.15% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D47B76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D47B76 is #2B8489. Grayscale: #959595. Windows color (decimal): -2851978 or 7764948. OLE color: 7764948.
HSL color Cylindrical-coordinate representation of color #D47B76: hue angle of 3.19º 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 #D47B76 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 123 | 118 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.17 |
| HSL | 3.19º | 0.52% | 0.65% | - |
| HSV(B) | 3.19º | 0.44% | 0.83% | - |
| XYZ | 37.5 | 29.47 | 20.85 | - |
| YUV | 149.04 | 110.49 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 123 | 118 | 0 | 0.42 | 0.44 | 0.17 | 3.19 | 0.52 | 0.65 |
| Hex | D4 | 7B | 76 | 0 | 2A | 2C | 11 | 3 | 34 | 41 |
| Octal | 324 | 173 | 166 | 0 | 52 | 54 | 21 | 3 | 64 | 101 |
| Binary | 11010100 | 1111011 | 1110110 | 0 | 101010 | 101100 | 10001 | 11 | 110100 | 1000001 |
Color Harmonies of #D47B76
Complementary color
Monochromatic Colors of #D47B76
Black with #D47B76
Text Example
Text Example
White with #D47B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D47B76; }
p { color: rgb(212,123,118); }
H1.HeaderClassName
{
color: #D47B76;
}
.AnyTagClassName
{
color: #D47B76;
}
</style>
background-color css
<style>
a { background-color: #D47B76; }
a { background-color: rgb(212,123,118); }
div.DivClassName
{
background-color: #D47B76;
}
.BgClassName
{
background-color: #D47B76;
}
</style>
border-color css
<style>
span { border-color: #D47B76; }
span { border-color: rgb(212,123,118); }
td.TdClassName
{
border-color: #D47B76;
}
.TagClassName
{
border-color: #D47B76;
}
</style>