Shades of Sea Pink #D78685
Tints of Sea Pink #D78685
RGB
CMYK
RGB Variations
Color information
#D78685 (or 0xD78685) is known color: Sea Pink. HEX triplet: D7, 86 and 85. RGB value is (215,134,133). Sum of RGB (Red+Green+Blue) = 215+134+133=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 134 (52.73% from 255 or 27.80% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D78685 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78685 is #28797A. Grayscale: #9E9E9E. Windows color (decimal): -2652539 or 8750807. OLE color: 8750807.
HSL color Cylindrical-coordinate representation of color #D78685: hue angle of 0.73º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D78685 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 134 | 133 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.16 |
| HSL | 0.73º | 0.51% | 0.68% | - |
| HSV(B) | 0.73º | 0.38% | 0.84% | - |
| XYZ | 40.78 | 33.19 | 26.45 | - |
| YUV | 158.11 | 113.84 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 134 | 133 | 0 | 0.38 | 0.38 | 0.16 | 0.73 | 0.51 | 0.68 |
| Hex | D7 | 86 | 85 | 0 | 26 | 26 | 10 | 1 | 33 | 44 |
| Octal | 327 | 206 | 205 | 0 | 46 | 46 | 20 | 1 | 63 | 104 |
| Binary | 11010111 | 10000110 | 10000101 | 0 | 100110 | 100110 | 10000 | 1 | 110011 | 1000100 |
Color Harmonies of #D78685
Complementary color
Monochromatic Colors of #D78685
Black with #D78685
Text Example
Text Example
White with #D78685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D78685; }
p { color: rgb(215,134,133); }
H1.HeaderClassName
{
color: #D78685;
}
.AnyTagClassName
{
color: #D78685;
}
</style>
background-color css
<style>
a { background-color: #D78685; }
a { background-color: rgb(215,134,133); }
div.DivClassName
{
background-color: #D78685;
}
.BgClassName
{
background-color: #D78685;
}
</style>
border-color css
<style>
span { border-color: #D78685; }
span { border-color: rgb(215,134,133); }
td.TdClassName
{
border-color: #D78685;
}
.TagClassName
{
border-color: #D78685;
}
</style>