Shades of Sea Pink #D07873
Tints of Sea Pink #D07873
RGB
CMYK
RGB Variations
Color information
#D07873 (or 0xD07873) is known color: Sea Pink. HEX triplet: D0, 78 and 73. RGB value is (208,120,115). Sum of RGB (Red+Green+Blue) = 208+120+115=443 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.95% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 208 - color contains mainly: red. Hex color #D07873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07873 is #2F878C. Grayscale: #919191. Windows color (decimal): -3114893 or 7567568. OLE color: 7567568.
HSL color Cylindrical-coordinate representation of color #D07873: hue angle of 3.23º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D07873 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 120 | 115 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.18 |
| HSL | 3.23º | 0.5% | 0.63% | - |
| HSV(B) | 3.23º | 0.45% | 0.82% | - |
| XYZ | 35.82 | 28.08 | 19.75 | - |
| YUV | 145.74 | 110.65 | 172.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 120 | 115 | 0 | 0.42 | 0.45 | 0.18 | 3.23 | 0.5 | 0.63 |
| Hex | D0 | 78 | 73 | 0 | 2A | 2D | 12 | 3 | 32 | 3F |
| Octal | 320 | 170 | 163 | 0 | 52 | 55 | 22 | 3 | 62 | 77 |
| Binary | 11010000 | 1111000 | 1110011 | 0 | 101010 | 101101 | 10010 | 11 | 110010 | 111111 |
Color Harmonies of #D07873
Complementary color
Monochromatic Colors of #D07873
Black with #D07873
Text Example
Text Example
White with #D07873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07873; }
p { color: rgb(208,120,115); }
H1.HeaderClassName
{
color: #D07873;
}
.AnyTagClassName
{
color: #D07873;
}
</style>
background-color css
<style>
a { background-color: #D07873; }
a { background-color: rgb(208,120,115); }
div.DivClassName
{
background-color: #D07873;
}
.BgClassName
{
background-color: #D07873;
}
</style>
border-color css
<style>
span { border-color: #D07873; }
span { border-color: rgb(208,120,115); }
td.TdClassName
{
border-color: #D07873;
}
.TagClassName
{
border-color: #D07873;
}
</style>