Shades of Sea Pink #CF7E78
Tints of Sea Pink #CF7E78
RGB
CMYK
RGB Variations
Color information
#CF7E78 (or 0xCF7E78) is known color: Sea Pink. HEX triplet: CF, 7E and 78. RGB value is (207,126,120). Sum of RGB (Red+Green+Blue) = 207+126+120=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7E78 is #308187. Grayscale: #959595. Windows color (decimal): -3178888 or 7896783. OLE color: 7896783.
HSL color Cylindrical-coordinate representation of color #CF7E78: hue angle of 4.14º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF7E78 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 126 | 120 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.19 |
| HSL | 4.14º | 0.48% | 0.64% | - |
| HSV(B) | 4.14º | 0.42% | 0.81% | - |
| XYZ | 36.58 | 29.54 | 21.54 | - |
| YUV | 149.54 | 111.34 | 168.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 120 | 0 | 0.39 | 0.42 | 0.19 | 4.14 | 0.48 | 0.64 |
| Hex | CF | 7E | 78 | 0 | 27 | 2A | 13 | 4 | 30 | 40 |
| Octal | 317 | 176 | 170 | 0 | 47 | 52 | 23 | 4 | 60 | 100 |
| Binary | 11001111 | 1111110 | 1111000 | 0 | 100111 | 101010 | 10011 | 100 | 110000 | 1000000 |
Color Harmonies of #CF7E78
Complementary color
Monochromatic Colors of #CF7E78
Black with #CF7E78
Text Example
Text Example
White with #CF7E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7E78; }
p { color: rgb(207,126,120); }
H1.HeaderClassName
{
color: #CF7E78;
}
.AnyTagClassName
{
color: #CF7E78;
}
</style>
background-color css
<style>
a { background-color: #CF7E78; }
a { background-color: rgb(207,126,120); }
div.DivClassName
{
background-color: #CF7E78;
}
.BgClassName
{
background-color: #CF7E78;
}
</style>
border-color css
<style>
span { border-color: #CF7E78; }
span { border-color: rgb(207,126,120); }
td.TdClassName
{
border-color: #CF7E78;
}
.TagClassName
{
border-color: #CF7E78;
}
</style>