Shades of Sea Pink #CE7775
Tints of Sea Pink #CE7775
RGB
CMYK
RGB Variations
Color information
#CE7775 (or 0xCE7775) is known color: Sea Pink. HEX triplet: CE, 77 and 75. RGB value is (206,119,117). Sum of RGB (Red+Green+Blue) = 206+119+117=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 119 (46.88% from 255 or 26.92% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7775 is #31888A. Grayscale: #909090. Windows color (decimal): -3246219 or 7698382. OLE color: 7698382.
HSL color Cylindrical-coordinate representation of color #CE7775: hue angle of 1.35º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE7775 is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 119 | 117 | - |
| CMYK | 0 | 0.42 | 0.43 | 0.19 |
| HSL | 1.35º | 0.48% | 0.63% | - |
| HSV(B) | 1.35º | 0.43% | 0.81% | - |
| XYZ | 35.26 | 27.6 | 20.3 | - |
| YUV | 144.79 | 112.32 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 119 | 117 | 0 | 0.42 | 0.43 | 0.19 | 1.35 | 0.48 | 0.63 |
| Hex | CE | 77 | 75 | 0 | 2A | 2B | 13 | 1 | 30 | 3F |
| Octal | 316 | 167 | 165 | 0 | 52 | 53 | 23 | 1 | 60 | 77 |
| Binary | 11001110 | 1110111 | 1110101 | 0 | 101010 | 101011 | 10011 | 1 | 110000 | 111111 |
Color Harmonies of #CE7775
Complementary color
Monochromatic Colors of #CE7775
Black with #CE7775
Text Example
Text Example
White with #CE7775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7775; }
p { color: rgb(206,119,117); }
H1.HeaderClassName
{
color: #CE7775;
}
.AnyTagClassName
{
color: #CE7775;
}
</style>
background-color css
<style>
a { background-color: #CE7775; }
a { background-color: rgb(206,119,117); }
div.DivClassName
{
background-color: #CE7775;
}
.BgClassName
{
background-color: #CE7775;
}
</style>
border-color css
<style>
span { border-color: #CE7775; }
span { border-color: rgb(206,119,117); }
td.TdClassName
{
border-color: #CE7775;
}
.TagClassName
{
border-color: #CE7775;
}
</style>