Shades of Sea Pink #CE7B79
Tints of Sea Pink #CE7B79
RGB
CMYK
RGB Variations
Color information
#CE7B79 (or 0xCE7B79) is known color: Sea Pink. HEX triplet: CE, 7B and 79. RGB value is (206,123,121). Sum of RGB (Red+Green+Blue) = 206+123+121=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 121 (47.66% from 255 or 26.89% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7B79 is #318486. Grayscale: #939393. Windows color (decimal): -3245191 or 7961550. OLE color: 7961550.
HSL color Cylindrical-coordinate representation of color #CE7B79: hue angle of 1.41º 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 #CE7B79 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 123 | 121 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.19 |
| HSL | 1.41º | 0.46% | 0.64% | - |
| HSV(B) | 1.41º | 0.41% | 0.81% | - |
| XYZ | 35.99 | 28.67 | 21.73 | - |
| YUV | 147.59 | 113 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 123 | 121 | 0 | 0.40 | 0.41 | 0.19 | 1.41 | 0.46 | 0.64 |
| Hex | CE | 7B | 79 | 0 | 28 | 29 | 13 | 1 | 2E | 40 |
| Octal | 316 | 173 | 171 | 0 | 50 | 51 | 23 | 1 | 56 | 100 |
| Binary | 11001110 | 1111011 | 1111001 | 0 | 101000 | 101001 | 10011 | 1 | 101110 | 1000000 |
Color Harmonies of #CE7B79
Complementary color
Monochromatic Colors of #CE7B79
Black with #CE7B79
Text Example
Text Example
White with #CE7B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7B79; }
p { color: rgb(206,123,121); }
H1.HeaderClassName
{
color: #CE7B79;
}
.AnyTagClassName
{
color: #CE7B79;
}
</style>
background-color css
<style>
a { background-color: #CE7B79; }
a { background-color: rgb(206,123,121); }
div.DivClassName
{
background-color: #CE7B79;
}
.BgClassName
{
background-color: #CE7B79;
}
</style>
border-color css
<style>
span { border-color: #CE7B79; }
span { border-color: rgb(206,123,121); }
td.TdClassName
{
border-color: #CE7B79;
}
.TagClassName
{
border-color: #CE7B79;
}
</style>