Shades of Sea Pink #CE7E77
Tints of Sea Pink #CE7E77
RGB
CMYK
RGB Variations
Color information
#CE7E77 (or 0xCE7E77) is known color: Sea Pink. HEX triplet: CE, 7E and 77. RGB value is (206,126,119). Sum of RGB (Red+Green+Blue) = 206+126+119=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 119 (46.88% from 255 or 26.39% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7E77 is #318188. Grayscale: #959595. Windows color (decimal): -3244425 or 7831246. OLE color: 7831246.
HSL color Cylindrical-coordinate representation of color #CE7E77: hue angle of 4.83º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE7E77 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 126 | 119 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.19 |
| HSL | 4.83º | 0.47% | 0.64% | - |
| HSV(B) | 4.83º | 0.42% | 0.81% | - |
| XYZ | 36.24 | 29.38 | 21.21 | - |
| YUV | 149.12 | 111 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 126 | 119 | 0 | 0.39 | 0.42 | 0.19 | 4.83 | 0.47 | 0.64 |
| Hex | CE | 7E | 77 | 0 | 27 | 2A | 13 | 5 | 2F | 40 |
| Octal | 316 | 176 | 167 | 0 | 47 | 52 | 23 | 5 | 57 | 100 |
| Binary | 11001110 | 1111110 | 1110111 | 0 | 100111 | 101010 | 10011 | 101 | 101111 | 1000000 |
Color Harmonies of #CE7E77
Complementary color
Monochromatic Colors of #CE7E77
Black with #CE7E77
Text Example
Text Example
White with #CE7E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7E77; }
p { color: rgb(206,126,119); }
H1.HeaderClassName
{
color: #CE7E77;
}
.AnyTagClassName
{
color: #CE7E77;
}
</style>
background-color css
<style>
a { background-color: #CE7E77; }
a { background-color: rgb(206,126,119); }
div.DivClassName
{
background-color: #CE7E77;
}
.BgClassName
{
background-color: #CE7E77;
}
</style>
border-color css
<style>
span { border-color: #CE7E77; }
span { border-color: rgb(206,126,119); }
td.TdClassName
{
border-color: #CE7E77;
}
.TagClassName
{
border-color: #CE7E77;
}
</style>