Shades of Sea Pink #D08178
Tints of Sea Pink #D08178
RGB
CMYK
RGB Variations
Color information
#D08178 (or 0xD08178) is known color: Sea Pink. HEX triplet: D0, 81 and 78. RGB value is (208,129,120). Sum of RGB (Red+Green+Blue) = 208+129+120=457 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.51% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 120 (47.27% from 255 or 26.26% from 457); Max value from RGB is 208 - color contains mainly: red. Hex color #D08178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08178 is #2F7E87. Grayscale: #979797. Windows color (decimal): -3112584 or 7897552. OLE color: 7897552.
HSL color Cylindrical-coordinate representation of color #D08178: hue angle of 6.14º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D08178 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 129 | 120 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.18 |
| HSL | 6.14º | 0.48% | 0.64% | - |
| HSV(B) | 6.14º | 0.42% | 0.82% | - |
| XYZ | 37.25 | 30.47 | 21.69 | - |
| YUV | 151.6 | 110.17 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 120 | 0 | 0.38 | 0.42 | 0.18 | 6.14 | 0.48 | 0.64 |
| Hex | D0 | 81 | 78 | 0 | 26 | 2A | 12 | 6 | 30 | 40 |
| Octal | 320 | 201 | 170 | 0 | 46 | 52 | 22 | 6 | 60 | 100 |
| Binary | 11010000 | 10000001 | 1111000 | 0 | 100110 | 101010 | 10010 | 110 | 110000 | 1000000 |
Color Harmonies of #D08178
Complementary color
Monochromatic Colors of #D08178
Black with #D08178
Text Example
Text Example
White with #D08178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08178; }
p { color: rgb(208,129,120); }
H1.HeaderClassName
{
color: #D08178;
}
.AnyTagClassName
{
color: #D08178;
}
</style>
background-color css
<style>
a { background-color: #D08178; }
a { background-color: rgb(208,129,120); }
div.DivClassName
{
background-color: #D08178;
}
.BgClassName
{
background-color: #D08178;
}
</style>
border-color css
<style>
span { border-color: #D08178; }
span { border-color: rgb(208,129,120); }
td.TdClassName
{
border-color: #D08178;
}
.TagClassName
{
border-color: #D08178;
}
</style>