Shades of Sea Pink #CE7975
Tints of Sea Pink #CE7975
RGB
CMYK
RGB Variations
Color information
#CE7975 (or 0xCE7975) is known color: Sea Pink. HEX triplet: CE, 79 and 75. RGB value is (206,121,117). Sum of RGB (Red+Green+Blue) = 206+121+117=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 121 (47.66% from 255 or 27.25% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7975 is #31868A. Grayscale: #929292. Windows color (decimal): -3245707 or 7698894. OLE color: 7698894.
HSL color Cylindrical-coordinate representation of color #CE7975: hue angle of 2.7º 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 #CE7975 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 121 | 117 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.19 |
| HSL | 2.7º | 0.48% | 0.63% | - |
| HSV(B) | 2.7º | 0.43% | 0.81% | - |
| XYZ | 35.5 | 28.08 | 20.38 | - |
| YUV | 145.96 | 111.66 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 121 | 117 | 0 | 0.41 | 0.43 | 0.19 | 2.7 | 0.48 | 0.63 |
| Hex | CE | 79 | 75 | 0 | 29 | 2B | 13 | 3 | 30 | 3F |
| Octal | 316 | 171 | 165 | 0 | 51 | 53 | 23 | 3 | 60 | 77 |
| Binary | 11001110 | 1111001 | 1110101 | 0 | 101001 | 101011 | 10011 | 11 | 110000 | 111111 |
Color Harmonies of #CE7975
Complementary color
Monochromatic Colors of #CE7975
Black with #CE7975
Text Example
Text Example
White with #CE7975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7975; }
p { color: rgb(206,121,117); }
H1.HeaderClassName
{
color: #CE7975;
}
.AnyTagClassName
{
color: #CE7975;
}
</style>
background-color css
<style>
a { background-color: #CE7975; }
a { background-color: rgb(206,121,117); }
div.DivClassName
{
background-color: #CE7975;
}
.BgClassName
{
background-color: #CE7975;
}
</style>
border-color css
<style>
span { border-color: #CE7975; }
span { border-color: rgb(206,121,117); }
td.TdClassName
{
border-color: #CE7975;
}
.TagClassName
{
border-color: #CE7975;
}
</style>