Shades of Sea Pink #CE817C
Tints of Sea Pink #CE817C
RGB
CMYK
RGB Variations
Color information
#CE817C (or 0xCE817C) is known color: Sea Pink. HEX triplet: CE, 81 and 7C. RGB value is (206,129,124). Sum of RGB (Red+Green+Blue) = 206+129+124=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CE817C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE817C is #317E83. Grayscale: #979797. Windows color (decimal): -3243652 or 8159694. OLE color: 8159694.
HSL color Cylindrical-coordinate representation of color #CE817C: hue angle of 3.66º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE817C is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 124 | - |
| CMYK | 0 | 0.37 | 0.40 | 0.19 |
| HSL | 3.66º | 0.46% | 0.65% | - |
| HSV(B) | 3.66º | 0.4% | 0.81% | - |
| XYZ | 36.94 | 30.28 | 22.97 | - |
| YUV | 151.45 | 112.51 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 124 | 0 | 0.37 | 0.40 | 0.19 | 3.66 | 0.46 | 0.65 |
| Hex | CE | 81 | 7C | 0 | 25 | 28 | 13 | 4 | 2E | 41 |
| Octal | 316 | 201 | 174 | 0 | 45 | 50 | 23 | 4 | 56 | 101 |
| Binary | 11001110 | 10000001 | 1111100 | 0 | 100101 | 101000 | 10011 | 100 | 101110 | 1000001 |
Color Harmonies of #CE817C
Complementary color
Monochromatic Colors of #CE817C
Black with #CE817C
Text Example
Text Example
White with #CE817C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE817C; }
p { color: rgb(206,129,124); }
H1.HeaderClassName
{
color: #CE817C;
}
.AnyTagClassName
{
color: #CE817C;
}
</style>
background-color css
<style>
a { background-color: #CE817C; }
a { background-color: rgb(206,129,124); }
div.DivClassName
{
background-color: #CE817C;
}
.BgClassName
{
background-color: #CE817C;
}
</style>
border-color css
<style>
span { border-color: #CE817C; }
span { border-color: rgb(206,129,124); }
td.TdClassName
{
border-color: #CE817C;
}
.TagClassName
{
border-color: #CE817C;
}
</style>