Shades of Sea Pink #CE7D79
Tints of Sea Pink #CE7D79
RGB
CMYK
RGB Variations
Color information
#CE7D79 (or 0xCE7D79) is known color: Sea Pink. HEX triplet: CE, 7D and 79. RGB value is (206,125,121). Sum of RGB (Red+Green+Blue) = 206+125+121=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 125 (49.22% from 255 or 27.65% from 452); Blue value is 121 (47.66% from 255 or 26.77% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7D79 is #318286. Grayscale: #949494. Windows color (decimal): -3244679 or 7962062. OLE color: 7962062.
HSL color Cylindrical-coordinate representation of color #CE7D79: hue angle of 2.82º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CE7D79 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 121 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.19 |
| HSL | 2.82º | 0.46% | 0.64% | - |
| HSV(B) | 2.82º | 0.41% | 0.81% | - |
| XYZ | 36.24 | 29.17 | 21.81 | - |
| YUV | 148.76 | 112.34 | 168.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 121 | 0 | 0.39 | 0.41 | 0.19 | 2.82 | 0.46 | 0.64 |
| Hex | CE | 7D | 79 | 0 | 27 | 29 | 13 | 3 | 2E | 40 |
| Octal | 316 | 175 | 171 | 0 | 47 | 51 | 23 | 3 | 56 | 100 |
| Binary | 11001110 | 1111101 | 1111001 | 0 | 100111 | 101001 | 10011 | 11 | 101110 | 1000000 |
Color Harmonies of #CE7D79
Complementary color
Monochromatic Colors of #CE7D79
Black with #CE7D79
Text Example
Text Example
White with #CE7D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7D79; }
p { color: rgb(206,125,121); }
H1.HeaderClassName
{
color: #CE7D79;
}
.AnyTagClassName
{
color: #CE7D79;
}
</style>
background-color css
<style>
a { background-color: #CE7D79; }
a { background-color: rgb(206,125,121); }
div.DivClassName
{
background-color: #CE7D79;
}
.BgClassName
{
background-color: #CE7D79;
}
</style>
border-color css
<style>
span { border-color: #CE7D79; }
span { border-color: rgb(206,125,121); }
td.TdClassName
{
border-color: #CE7D79;
}
.TagClassName
{
border-color: #CE7D79;
}
</style>