Shades of Sea Pink #CE817A
Tints of Sea Pink #CE817A
RGB
CMYK
RGB Variations
Color information
#CE817A (or 0xCE817A) is known color: Sea Pink. HEX triplet: CE, 81 and 7A. RGB value is (206,129,122). Sum of RGB (Red+Green+Blue) = 206+129+122=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 122 (48.05% from 255 or 26.70% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CE817A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE817A is #317E85. Grayscale: #979797. Windows color (decimal): -3243654 or 8028622. OLE color: 8028622.
HSL color Cylindrical-coordinate representation of color #CE817A: hue angle of 5º 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 #CE817A is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 129 | 122 | - |
| CMYK | 0 | 0.37 | 0.41 | 0.19 |
| HSL | 5º | 0.46% | 0.64% | - |
| HSV(B) | 5º | 0.41% | 0.81% | - |
| XYZ | 36.82 | 30.23 | 22.31 | - |
| YUV | 151.23 | 111.51 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 129 | 122 | 0 | 0.37 | 0.41 | 0.19 | 5 | 0.46 | 0.64 |
| Hex | CE | 81 | 7A | 0 | 25 | 29 | 13 | 5 | 2E | 40 |
| Octal | 316 | 201 | 172 | 0 | 45 | 51 | 23 | 5 | 56 | 100 |
| Binary | 11001110 | 10000001 | 1111010 | 0 | 100101 | 101001 | 10011 | 101 | 101110 | 1000000 |
Color Harmonies of #CE817A
Complementary color
Monochromatic Colors of #CE817A
Black with #CE817A
Text Example
Text Example
White with #CE817A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE817A; }
p { color: rgb(206,129,122); }
H1.HeaderClassName
{
color: #CE817A;
}
.AnyTagClassName
{
color: #CE817A;
}
</style>
background-color css
<style>
a { background-color: #CE817A; }
a { background-color: rgb(206,129,122); }
div.DivClassName
{
background-color: #CE817A;
}
.BgClassName
{
background-color: #CE817A;
}
</style>
border-color css
<style>
span { border-color: #CE817A; }
span { border-color: rgb(206,129,122); }
td.TdClassName
{
border-color: #CE817A;
}
.TagClassName
{
border-color: #CE817A;
}
</style>