Shades of Sea Pink #C87A78
Tints of Sea Pink #C87A78
RGB
CMYK
RGB Variations
Color information
#C87A78 (or 0xC87A78) is known color: Sea Pink. HEX triplet: C8, 7A and 78. RGB value is (200,122,120). Sum of RGB (Red+Green+Blue) = 200+122+120=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C87A78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87A78 is #378587. Grayscale: #919191. Windows color (decimal): -3638664 or 7895752. OLE color: 7895752.
HSL color Cylindrical-coordinate representation of color #C87A78: hue angle of 1.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 #C87A78 is Cyan = 0, Magento = 0.39, Yellow = 0.4 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 122 | 120 | - |
| CMYK | 0 | 0.39 | 0.4 | 0.22 |
| HSL | 1.5º | 0.42% | 0.63% | - |
| HSV(B) | 1.5º | 0.4% | 0.78% | - |
| XYZ | 34.17 | 27.55 | 21.29 | - |
| YUV | 145.09 | 113.84 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 120 | 0 | 0.39 | 0.4 | 0.22 | 1.5 | 0.42 | 0.63 |
| Hex | C8 | 7A | 78 | 0 | 27 | 28 | 16 | 2 | 2A | 3F |
| Octal | 310 | 172 | 170 | 0 | 47 | 50 | 26 | 2 | 52 | 77 |
| Binary | 11001000 | 1111010 | 1111000 | 0 | 100111 | 101000 | 10110 | 10 | 101010 | 111111 |
Color Harmonies of #C87A78
Complementary color
Monochromatic Colors of #C87A78
Black with #C87A78
Text Example
Text Example
White with #C87A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87A78; }
p { color: rgb(200,122,120); }
H1.HeaderClassName
{
color: #C87A78;
}
.AnyTagClassName
{
color: #C87A78;
}
</style>
background-color css
<style>
a { background-color: #C87A78; }
a { background-color: rgb(200,122,120); }
div.DivClassName
{
background-color: #C87A78;
}
.BgClassName
{
background-color: #C87A78;
}
</style>
border-color css
<style>
span { border-color: #C87A78; }
span { border-color: rgb(200,122,120); }
td.TdClassName
{
border-color: #C87A78;
}
.TagClassName
{
border-color: #C87A78;
}
</style>