Shades of Sea Pink #CE7575
Tints of Sea Pink #CE7575
RGB
CMYK
RGB Variations
Color information
#CE7575 (or 0xCE7575) is known color: Sea Pink. HEX triplet: CE, 75 and 75. RGB value is (206,117,117). Sum of RGB (Red+Green+Blue) = 206+117+117=440 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.82% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 117 (46.09% from 255 or 26.59% from 440); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7575 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7575 is #318A8A. Grayscale: #8F8F8F. Windows color (decimal): -3246731 or 7697870. OLE color: 7697870.
HSL color Cylindrical-coordinate representation of color #CE7575: hue angle of 0º 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 #CE7575 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 117 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.19 |
| HSL | 0º | 0.48% | 0.63% | - |
| HSV(B) | 0º | 0.43% | 0.81% | - |
| XYZ | 35.03 | 27.13 | 20.22 | - |
| YUV | 143.61 | 112.99 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 117 | 0 | 0.43 | 0.43 | 0.19 | 0 | 0.48 | 0.63 |
| Hex | CE | 75 | 75 | 0 | 2B | 2B | 13 | 0 | 30 | 3F |
| Octal | 316 | 165 | 165 | 0 | 53 | 53 | 23 | 0 | 60 | 77 |
| Binary | 11001110 | 1110101 | 1110101 | 0 | 101011 | 101011 | 10011 | 0 | 110000 | 111111 |
Color Harmonies of #CE7575
Complementary color
Monochromatic Colors of #CE7575
Black with #CE7575
Text Example
Text Example
White with #CE7575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7575; }
p { color: rgb(206,117,117); }
H1.HeaderClassName
{
color: #CE7575;
}
.AnyTagClassName
{
color: #CE7575;
}
</style>
background-color css
<style>
a { background-color: #CE7575; }
a { background-color: rgb(206,117,117); }
div.DivClassName
{
background-color: #CE7575;
}
.BgClassName
{
background-color: #CE7575;
}
</style>
border-color css
<style>
span { border-color: #CE7575; }
span { border-color: rgb(206,117,117); }
td.TdClassName
{
border-color: #CE7575;
}
.TagClassName
{
border-color: #CE7575;
}
</style>