Shades of Sea Pink #CE8078
Tints of Sea Pink #CE8078
RGB
CMYK
RGB Variations
Color information
#CE8078 (or 0xCE8078) is known color: Sea Pink. HEX triplet: CE, 80 and 78. RGB value is (206,128,120). Sum of RGB (Red+Green+Blue) = 206+128+120=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8078 is #317F87. Grayscale: #969696. Windows color (decimal): -3243912 or 7897294. OLE color: 7897294.
HSL color Cylindrical-coordinate representation of color #CE8078: hue angle of 5.58º 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 #CE8078 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 128 | 120 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.19 |
| HSL | 5.58º | 0.47% | 0.64% | - |
| HSV(B) | 5.58º | 0.42% | 0.81% | - |
| XYZ | 36.56 | 29.92 | 21.62 | - |
| YUV | 150.41 | 110.84 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 128 | 120 | 0 | 0.38 | 0.42 | 0.19 | 5.58 | 0.47 | 0.64 |
| Hex | CE | 80 | 78 | 0 | 26 | 2A | 13 | 6 | 2F | 40 |
| Octal | 316 | 200 | 170 | 0 | 46 | 52 | 23 | 6 | 57 | 100 |
| Binary | 11001110 | 10000000 | 1111000 | 0 | 100110 | 101010 | 10011 | 110 | 101111 | 1000000 |
Color Harmonies of #CE8078
Complementary color
Monochromatic Colors of #CE8078
Black with #CE8078
Text Example
Text Example
White with #CE8078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8078; }
p { color: rgb(206,128,120); }
H1.HeaderClassName
{
color: #CE8078;
}
.AnyTagClassName
{
color: #CE8078;
}
</style>
background-color css
<style>
a { background-color: #CE8078; }
a { background-color: rgb(206,128,120); }
div.DivClassName
{
background-color: #CE8078;
}
.BgClassName
{
background-color: #CE8078;
}
</style>
border-color css
<style>
span { border-color: #CE8078; }
span { border-color: rgb(206,128,120); }
td.TdClassName
{
border-color: #CE8078;
}
.TagClassName
{
border-color: #CE8078;
}
</style>