Shades of Sea Pink #D27676
Tints of Sea Pink #D27676
RGB
CMYK
RGB Variations
Color information
#D27676 (or 0xD27676) is known color: Sea Pink. HEX triplet: D2, 76 and 76. RGB value is (210,118,118). Sum of RGB (Red+Green+Blue) = 210+118+118=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 118 (46.48% from 255 or 26.46% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D27676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27676 is #2D8989. Grayscale: #919191. Windows color (decimal): -2984330 or 7763666. OLE color: 7763666.
HSL color Cylindrical-coordinate representation of color #D27676: hue angle of 0º 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 #D27676 is Cyan = 0, Magento = 0.44, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 118 | 118 | - |
| CMYK | 0 | 0.44 | 0.44 | 0.18 |
| HSL | 0º | 0.51% | 0.64% | - |
| HSV(B) | 0º | 0.44% | 0.82% | - |
| XYZ | 36.33 | 27.97 | 20.62 | - |
| YUV | 145.51 | 112.48 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 118 | 118 | 0 | 0.44 | 0.44 | 0.18 | 0 | 0.51 | 0.64 |
| Hex | D2 | 76 | 76 | 0 | 2C | 2C | 12 | 0 | 33 | 40 |
| Octal | 322 | 166 | 166 | 0 | 54 | 54 | 22 | 0 | 63 | 100 |
| Binary | 11010010 | 1110110 | 1110110 | 0 | 101100 | 101100 | 10010 | 0 | 110011 | 1000000 |
Color Harmonies of #D27676
Complementary color
Monochromatic Colors of #D27676
Black with #D27676
Text Example
Text Example
White with #D27676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27676; }
p { color: rgb(210,118,118); }
H1.HeaderClassName
{
color: #D27676;
}
.AnyTagClassName
{
color: #D27676;
}
</style>
background-color css
<style>
a { background-color: #D27676; }
a { background-color: rgb(210,118,118); }
div.DivClassName
{
background-color: #D27676;
}
.BgClassName
{
background-color: #D27676;
}
</style>
border-color css
<style>
span { border-color: #D27676; }
span { border-color: rgb(210,118,118); }
td.TdClassName
{
border-color: #D27676;
}
.TagClassName
{
border-color: #D27676;
}
</style>