Shades of Sea Pink #D07973
Tints of Sea Pink #D07973
RGB
CMYK
RGB Variations
Color information
#D07973 (or 0xD07973) is known color: Sea Pink. HEX triplet: D0, 79 and 73. RGB value is (208,121,115). Sum of RGB (Red+Green+Blue) = 208+121+115=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 115 (45.31% from 255 or 25.90% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D07973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07973 is #2F868C. Grayscale: #929292. Windows color (decimal): -3114637 or 7567824. OLE color: 7567824.
HSL color Cylindrical-coordinate representation of color #D07973: hue angle of 3.87º 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 #D07973 is Cyan = 0, Magento = 0.42, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 121 | 115 | - |
| CMYK | 0 | 0.42 | 0.45 | 0.18 |
| HSL | 3.87º | 0.5% | 0.63% | - |
| HSV(B) | 3.87º | 0.45% | 0.82% | - |
| XYZ | 35.94 | 28.32 | 19.79 | - |
| YUV | 146.33 | 110.32 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 121 | 115 | 0 | 0.42 | 0.45 | 0.18 | 3.87 | 0.5 | 0.63 |
| Hex | D0 | 79 | 73 | 0 | 2A | 2D | 12 | 4 | 32 | 3F |
| Octal | 320 | 171 | 163 | 0 | 52 | 55 | 22 | 4 | 62 | 77 |
| Binary | 11010000 | 1111001 | 1110011 | 0 | 101010 | 101101 | 10010 | 100 | 110010 | 111111 |
Color Harmonies of #D07973
Complementary color
Monochromatic Colors of #D07973
Black with #D07973
Text Example
Text Example
White with #D07973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07973; }
p { color: rgb(208,121,115); }
H1.HeaderClassName
{
color: #D07973;
}
.AnyTagClassName
{
color: #D07973;
}
</style>
background-color css
<style>
a { background-color: #D07973; }
a { background-color: rgb(208,121,115); }
div.DivClassName
{
background-color: #D07973;
}
.BgClassName
{
background-color: #D07973;
}
</style>
border-color css
<style>
span { border-color: #D07973; }
span { border-color: rgb(208,121,115); }
td.TdClassName
{
border-color: #D07973;
}
.TagClassName
{
border-color: #D07973;
}
</style>