Shades of Sea Pink #C87E78
Tints of Sea Pink #C87E78
RGB
CMYK
RGB Variations
Color information
#C87E78 (or 0xC87E78) is known color: Sea Pink. HEX triplet: C8, 7E and 78. RGB value is (200,126,120). Sum of RGB (Red+Green+Blue) = 200+126+120=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 126 (49.61% from 255 or 28.25% from 446); Blue value is 120 (47.27% from 255 or 26.91% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87E78 is #378187. Grayscale: #939393. Windows color (decimal): -3637640 or 7896776. OLE color: 7896776.
HSL color Cylindrical-coordinate representation of color #C87E78: hue angle of 4.5º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C87E78 is Cyan = 0, Magento = 0.37, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 120 | - |
| CMYK | 0 | 0.37 | 0.4 | 0.22 |
| HSL | 4.5º | 0.42% | 0.63% | - |
| HSV(B) | 4.5º | 0.4% | 0.78% | - |
| XYZ | 34.67 | 28.56 | 21.45 | - |
| YUV | 147.44 | 112.52 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 120 | 0 | 0.37 | 0.4 | 0.22 | 4.5 | 0.42 | 0.63 |
| Hex | C8 | 7E | 78 | 0 | 25 | 28 | 16 | 4 | 2A | 3F |
| Octal | 310 | 176 | 170 | 0 | 45 | 50 | 26 | 4 | 52 | 77 |
| Binary | 11001000 | 1111110 | 1111000 | 0 | 100101 | 101000 | 10110 | 100 | 101010 | 111111 |
Color Harmonies of #C87E78
Complementary color
Monochromatic Colors of #C87E78
Black with #C87E78
Text Example
Text Example
White with #C87E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87E78; }
p { color: rgb(200,126,120); }
H1.HeaderClassName
{
color: #C87E78;
}
.AnyTagClassName
{
color: #C87E78;
}
</style>
background-color css
<style>
a { background-color: #C87E78; }
a { background-color: rgb(200,126,120); }
div.DivClassName
{
background-color: #C87E78;
}
.BgClassName
{
background-color: #C87E78;
}
</style>
border-color css
<style>
span { border-color: #C87E78; }
span { border-color: rgb(200,126,120); }
td.TdClassName
{
border-color: #C87E78;
}
.TagClassName
{
border-color: #C87E78;
}
</style>