Shades of Sea Pink #C87E7C
Tints of Sea Pink #C87E7C
RGB
CMYK
RGB Variations
Color information
#C87E7C (or 0xC87E7C) is known color: Sea Pink. HEX triplet: C8, 7E and 7C. RGB value is (200,126,124). Sum of RGB (Red+Green+Blue) = 200+126+124=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 124 (48.83% from 255 or 27.56% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C87E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87E7C is #378183. Grayscale: #939393. Windows color (decimal): -3637636 or 8158920. OLE color: 8158920.
HSL color Cylindrical-coordinate representation of color #C87E7C: hue angle of 1.58º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87E7C is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 124 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.22 |
| HSL | 1.58º | 0.41% | 0.64% | - |
| HSV(B) | 1.58º | 0.38% | 0.78% | - |
| XYZ | 34.92 | 28.66 | 22.76 | - |
| YUV | 147.9 | 114.52 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 124 | 0 | 0.37 | 0.38 | 0.22 | 1.58 | 0.41 | 0.64 |
| Hex | C8 | 7E | 7C | 0 | 25 | 26 | 16 | 2 | 29 | 40 |
| Octal | 310 | 176 | 174 | 0 | 45 | 46 | 26 | 2 | 51 | 100 |
| Binary | 11001000 | 1111110 | 1111100 | 0 | 100101 | 100110 | 10110 | 10 | 101001 | 1000000 |
Color Harmonies of #C87E7C
Complementary color
Monochromatic Colors of #C87E7C
Black with #C87E7C
Text Example
Text Example
White with #C87E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87E7C; }
p { color: rgb(200,126,124); }
H1.HeaderClassName
{
color: #C87E7C;
}
.AnyTagClassName
{
color: #C87E7C;
}
</style>
background-color css
<style>
a { background-color: #C87E7C; }
a { background-color: rgb(200,126,124); }
div.DivClassName
{
background-color: #C87E7C;
}
.BgClassName
{
background-color: #C87E7C;
}
</style>
border-color css
<style>
span { border-color: #C87E7C; }
span { border-color: rgb(200,126,124); }
td.TdClassName
{
border-color: #C87E7C;
}
.TagClassName
{
border-color: #C87E7C;
}
</style>