Shades of Sea Pink #C87D7D
Tints of Sea Pink #C87D7D
RGB
CMYK
RGB Variations
Color information
#C87D7D (or 0xC87D7D) is known color: Sea Pink. HEX triplet: C8, 7D and 7D. RGB value is (200,125,125). Sum of RGB (Red+Green+Blue) = 200+125+125=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 125 (49.22% from 255 or 27.78% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C87D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C87D7D is #378282. Grayscale: #939393. Windows color (decimal): -3637891 or 8224200. OLE color: 8224200.
HSL color Cylindrical-coordinate representation of color #C87D7D: hue angle of 0º 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 #C87D7D is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 125 | 125 | - |
| CMYK | 0 | 0.38 | 0.38 | 0.22 |
| HSL | 0º | 0.41% | 0.64% | - |
| HSV(B) | 0º | 0.38% | 0.78% | - |
| XYZ | 34.85 | 28.43 | 23.05 | - |
| YUV | 147.43 | 115.35 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 125 | 0 | 0.38 | 0.38 | 0.22 | 0 | 0.41 | 0.64 |
| Hex | C8 | 7D | 7D | 0 | 26 | 26 | 16 | 0 | 29 | 40 |
| Octal | 310 | 175 | 175 | 0 | 46 | 46 | 26 | 0 | 51 | 100 |
| Binary | 11001000 | 1111101 | 1111101 | 0 | 100110 | 100110 | 10110 | 0 | 101001 | 1000000 |
Color Harmonies of #C87D7D
Complementary color
Monochromatic Colors of #C87D7D
Black with #C87D7D
Text Example
Text Example
White with #C87D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87D7D; }
p { color: rgb(200,125,125); }
H1.HeaderClassName
{
color: #C87D7D;
}
.AnyTagClassName
{
color: #C87D7D;
}
</style>
background-color css
<style>
a { background-color: #C87D7D; }
a { background-color: rgb(200,125,125); }
div.DivClassName
{
background-color: #C87D7D;
}
.BgClassName
{
background-color: #C87D7D;
}
</style>
border-color css
<style>
span { border-color: #C87D7D; }
span { border-color: rgb(200,125,125); }
td.TdClassName
{
border-color: #C87D7D;
}
.TagClassName
{
border-color: #C87D7D;
}
</style>