Shades of Sea Pink #C87F7E
Tints of Sea Pink #C87F7E
RGB
CMYK
RGB Variations
Color information
#C87F7E (or 0xC87F7E) is known color: Sea Pink. HEX triplet: C8, 7F and 7E. RGB value is (200,127,126). Sum of RGB (Red+Green+Blue) = 200+127+126=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C87F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87F7E is #378081. Grayscale: #949494. Windows color (decimal): -3637378 or 8290248. OLE color: 8290248.
HSL color Cylindrical-coordinate representation of color #C87F7E: hue angle of 0.81º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C87F7E is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 127 | 126 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.22 |
| HSL | 0.81º | 0.4% | 0.64% | - |
| HSV(B) | 0.81º | 0.37% | 0.78% | - |
| XYZ | 35.17 | 28.96 | 23.48 | - |
| YUV | 148.71 | 115.18 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 127 | 126 | 0 | 0.36 | 0.37 | 0.22 | 0.81 | 0.4 | 0.64 |
| Hex | C8 | 7F | 7E | 0 | 24 | 25 | 16 | 1 | 28 | 40 |
| Octal | 310 | 177 | 176 | 0 | 44 | 45 | 26 | 1 | 50 | 100 |
| Binary | 11001000 | 1111111 | 1111110 | 0 | 100100 | 100101 | 10110 | 1 | 101000 | 1000000 |
Color Harmonies of #C87F7E
Complementary color
Monochromatic Colors of #C87F7E
Black with #C87F7E
Text Example
Text Example
White with #C87F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87F7E; }
p { color: rgb(200,127,126); }
H1.HeaderClassName
{
color: #C87F7E;
}
.AnyTagClassName
{
color: #C87F7E;
}
</style>
background-color css
<style>
a { background-color: #C87F7E; }
a { background-color: rgb(200,127,126); }
div.DivClassName
{
background-color: #C87F7E;
}
.BgClassName
{
background-color: #C87F7E;
}
</style>
border-color css
<style>
span { border-color: #C87F7E; }
span { border-color: rgb(200,127,126); }
td.TdClassName
{
border-color: #C87F7E;
}
.TagClassName
{
border-color: #C87F7E;
}
</style>