Shades of Sea Pink #CE8180
Tints of Sea Pink #CE8180
RGB
CMYK
RGB Variations
Color information
#CE8180 (or 0xCE8180) is known color: Sea Pink. HEX triplet: CE, 81 and 80. RGB value is (206,129,128). Sum of RGB (Red+Green+Blue) = 206+129+128=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8180 is #317E7F. Grayscale: #979797. Windows color (decimal): -3243648 or 8421838. OLE color: 8421838.
HSL color Cylindrical-coordinate representation of color #CE8180: hue angle of 0.77º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CE8180 is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 128 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.19 |
| HSL | 0.77º | 0.44% | 0.65% | - |
| HSV(B) | 0.77º | 0.38% | 0.81% | - |
| XYZ | 37.2 | 30.38 | 24.33 | - |
| YUV | 151.91 | 114.51 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 128 | 0 | 0.37 | 0.38 | 0.19 | 0.77 | 0.44 | 0.65 |
| Hex | CE | 81 | 80 | 0 | 25 | 26 | 13 | 1 | 2C | 41 |
| Octal | 316 | 201 | 200 | 0 | 45 | 46 | 23 | 1 | 54 | 101 |
| Binary | 11001110 | 10000001 | 10000000 | 0 | 100101 | 100110 | 10011 | 1 | 101100 | 1000001 |
Color Harmonies of #CE8180
Complementary color
Monochromatic Colors of #CE8180
Black with #CE8180
Text Example
Text Example
White with #CE8180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8180; }
p { color: rgb(206,129,128); }
H1.HeaderClassName
{
color: #CE8180;
}
.AnyTagClassName
{
color: #CE8180;
}
</style>
background-color css
<style>
a { background-color: #CE8180; }
a { background-color: rgb(206,129,128); }
div.DivClassName
{
background-color: #CE8180;
}
.BgClassName
{
background-color: #CE8180;
}
</style>
border-color css
<style>
span { border-color: #CE8180; }
span { border-color: rgb(206,129,128); }
td.TdClassName
{
border-color: #CE8180;
}
.TagClassName
{
border-color: #CE8180;
}
</style>