Shades of Sea Pink #D07673
Tints of Sea Pink #D07673
RGB
CMYK
RGB Variations
Color information
#D07673 (or 0xD07673) is known color: Sea Pink. HEX triplet: D0, 76 and 73. RGB value is (208,118,115). Sum of RGB (Red+Green+Blue) = 208+118+115=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D07673 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D07673 is #2F898C. Grayscale: #909090. Windows color (decimal): -3115405 or 7567056. OLE color: 7567056.
HSL color Cylindrical-coordinate representation of color #D07673: hue angle of 1.94º 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 #D07673 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 118 | 115 | - |
| CMYK | 0 | 0.43 | 0.45 | 0.18 |
| HSL | 1.94º | 0.5% | 0.63% | - |
| HSV(B) | 1.94º | 0.45% | 0.82% | - |
| XYZ | 35.59 | 27.6 | 19.67 | - |
| YUV | 144.57 | 111.32 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 118 | 115 | 0 | 0.43 | 0.45 | 0.18 | 1.94 | 0.5 | 0.63 |
| Hex | D0 | 76 | 73 | 0 | 2B | 2D | 12 | 2 | 32 | 3F |
| Octal | 320 | 166 | 163 | 0 | 53 | 55 | 22 | 2 | 62 | 77 |
| Binary | 11010000 | 1110110 | 1110011 | 0 | 101011 | 101101 | 10010 | 10 | 110010 | 111111 |
Color Harmonies of #D07673
Complementary color
Monochromatic Colors of #D07673
Black with #D07673
Text Example
Text Example
White with #D07673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07673; }
p { color: rgb(208,118,115); }
H1.HeaderClassName
{
color: #D07673;
}
.AnyTagClassName
{
color: #D07673;
}
</style>
background-color css
<style>
a { background-color: #D07673; }
a { background-color: rgb(208,118,115); }
div.DivClassName
{
background-color: #D07673;
}
.BgClassName
{
background-color: #D07673;
}
</style>
border-color css
<style>
span { border-color: #D07673; }
span { border-color: rgb(208,118,115); }
td.TdClassName
{
border-color: #D07673;
}
.TagClassName
{
border-color: #D07673;
}
</style>