Shades of Sea Pink #CE7978
Tints of Sea Pink #CE7978
RGB
CMYK
RGB Variations
Color information
#CE7978 (or 0xCE7978) is known color: Sea Pink. HEX triplet: CE, 79 and 78. RGB value is (206,121,120). Sum of RGB (Red+Green+Blue) = 206+121+120=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7978 is #318687. Grayscale: #929292. Windows color (decimal): -3245704 or 7895502. OLE color: 7895502.
HSL color Cylindrical-coordinate representation of color #CE7978: hue angle of 0.7º 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 #CE7978 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 120 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.19 |
| HSL | 0.7º | 0.47% | 0.64% | - |
| HSV(B) | 0.7º | 0.42% | 0.81% | - |
| XYZ | 35.68 | 28.15 | 21.32 | - |
| YUV | 146.3 | 113.16 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 120 | 0 | 0.41 | 0.42 | 0.19 | 0.7 | 0.47 | 0.64 |
| Hex | CE | 79 | 78 | 0 | 29 | 2A | 13 | 1 | 2F | 40 |
| Octal | 316 | 171 | 170 | 0 | 51 | 52 | 23 | 1 | 57 | 100 |
| Binary | 11001110 | 1111001 | 1111000 | 0 | 101001 | 101010 | 10011 | 1 | 101111 | 1000000 |
Color Harmonies of #CE7978
Complementary color
Monochromatic Colors of #CE7978
Black with #CE7978
Text Example
Text Example
White with #CE7978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7978; }
p { color: rgb(206,121,120); }
H1.HeaderClassName
{
color: #CE7978;
}
.AnyTagClassName
{
color: #CE7978;
}
</style>
background-color css
<style>
a { background-color: #CE7978; }
a { background-color: rgb(206,121,120); }
div.DivClassName
{
background-color: #CE7978;
}
.BgClassName
{
background-color: #CE7978;
}
</style>
border-color css
<style>
span { border-color: #CE7978; }
span { border-color: rgb(206,121,120); }
td.TdClassName
{
border-color: #CE7978;
}
.TagClassName
{
border-color: #CE7978;
}
</style>