Shades of Sea Pink #D27876
Tints of Sea Pink #D27876
RGB
CMYK
RGB Variations
Color information
#D27876 (or 0xD27876) is known color: Sea Pink. HEX triplet: D2, 78 and 76. RGB value is (210,120,118). Sum of RGB (Red+Green+Blue) = 210+120+118=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 120 (47.27% from 255 or 26.79% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D27876 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27876 is #2D8789. Grayscale: #929292. Windows color (decimal): -2983818 or 7764178. OLE color: 7764178.
HSL color Cylindrical-coordinate representation of color #D27876: hue angle of 1.3º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D27876 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 120 | 118 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.18 |
| HSL | 1.3º | 0.51% | 0.64% | - |
| HSV(B) | 1.3º | 0.44% | 0.82% | - |
| XYZ | 36.56 | 28.44 | 20.7 | - |
| YUV | 146.68 | 111.82 | 173.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 120 | 118 | 0 | 0.43 | 0.44 | 0.18 | 1.3 | 0.51 | 0.64 |
| Hex | D2 | 78 | 76 | 0 | 2B | 2C | 12 | 1 | 33 | 40 |
| Octal | 322 | 170 | 166 | 0 | 53 | 54 | 22 | 1 | 63 | 100 |
| Binary | 11010010 | 1111000 | 1110110 | 0 | 101011 | 101100 | 10010 | 1 | 110011 | 1000000 |
Color Harmonies of #D27876
Complementary color
Monochromatic Colors of #D27876
Black with #D27876
Text Example
Text Example
White with #D27876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27876; }
p { color: rgb(210,120,118); }
H1.HeaderClassName
{
color: #D27876;
}
.AnyTagClassName
{
color: #D27876;
}
</style>
background-color css
<style>
a { background-color: #D27876; }
a { background-color: rgb(210,120,118); }
div.DivClassName
{
background-color: #D27876;
}
.BgClassName
{
background-color: #D27876;
}
</style>
border-color css
<style>
span { border-color: #D27876; }
span { border-color: rgb(210,120,118); }
td.TdClassName
{
border-color: #D27876;
}
.TagClassName
{
border-color: #D27876;
}
</style>