Shades of Sea Pink #CE7873
Tints of Sea Pink #CE7873
RGB
CMYK
RGB Variations
Color information
#CE7873 (or 0xCE7873) is known color: Sea Pink. HEX triplet: CE, 78 and 73. RGB value is (206,120,115). Sum of RGB (Red+Green+Blue) = 206+120+115=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7873 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7873 is #31878C. Grayscale: #919191. Windows color (decimal): -3245965 or 7567566. OLE color: 7567566.
HSL color Cylindrical-coordinate representation of color #CE7873: hue angle of 3.3º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE7873 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 120 | 115 | - |
| CMYK | 0 | 0.42 | 0.44 | 0.19 |
| HSL | 3.3º | 0.48% | 0.63% | - |
| HSV(B) | 3.3º | 0.44% | 0.81% | - |
| XYZ | 35.26 | 27.79 | 19.73 | - |
| YUV | 145.14 | 110.99 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 120 | 115 | 0 | 0.42 | 0.44 | 0.19 | 3.3 | 0.48 | 0.63 |
| Hex | CE | 78 | 73 | 0 | 2A | 2C | 13 | 3 | 30 | 3F |
| Octal | 316 | 170 | 163 | 0 | 52 | 54 | 23 | 3 | 60 | 77 |
| Binary | 11001110 | 1111000 | 1110011 | 0 | 101010 | 101100 | 10011 | 11 | 110000 | 111111 |
Color Harmonies of #CE7873
Complementary color
Monochromatic Colors of #CE7873
Black with #CE7873
Text Example
Text Example
White with #CE7873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7873; }
p { color: rgb(206,120,115); }
H1.HeaderClassName
{
color: #CE7873;
}
.AnyTagClassName
{
color: #CE7873;
}
</style>
background-color css
<style>
a { background-color: #CE7873; }
a { background-color: rgb(206,120,115); }
div.DivClassName
{
background-color: #CE7873;
}
.BgClassName
{
background-color: #CE7873;
}
</style>
border-color css
<style>
span { border-color: #CE7873; }
span { border-color: rgb(206,120,115); }
td.TdClassName
{
border-color: #CE7873;
}
.TagClassName
{
border-color: #CE7873;
}
</style>