Shades of Sea Pink #CF7E79
Tints of Sea Pink #CF7E79
RGB
CMYK
RGB Variations
Color information
#CF7E79 (or 0xCF7E79) is known color: Sea Pink. HEX triplet: CF, 7E and 79. RGB value is (207,126,121). Sum of RGB (Red+Green+Blue) = 207+126+121=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 121 (47.66% from 255 or 26.65% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7E79 is #308186. Grayscale: #959595. Windows color (decimal): -3178887 or 7962319. OLE color: 7962319.
HSL color Cylindrical-coordinate representation of color #CF7E79: hue angle of 3.49º degrees, saturation: 0.47, 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 #CF7E79 is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 126 | 121 | - |
| CMYK | 0 | 0.39 | 0.42 | 0.19 |
| HSL | 3.49º | 0.47% | 0.64% | - |
| HSV(B) | 3.49º | 0.42% | 0.81% | - |
| XYZ | 36.64 | 29.57 | 21.86 | - |
| YUV | 149.65 | 111.84 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 121 | 0 | 0.39 | 0.42 | 0.19 | 3.49 | 0.47 | 0.64 |
| Hex | CF | 7E | 79 | 0 | 27 | 2A | 13 | 3 | 2F | 40 |
| Octal | 317 | 176 | 171 | 0 | 47 | 52 | 23 | 3 | 57 | 100 |
| Binary | 11001111 | 1111110 | 1111001 | 0 | 100111 | 101010 | 10011 | 11 | 101111 | 1000000 |
Color Harmonies of #CF7E79
Complementary color
Monochromatic Colors of #CF7E79
Black with #CF7E79
Text Example
Text Example
White with #CF7E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7E79; }
p { color: rgb(207,126,121); }
H1.HeaderClassName
{
color: #CF7E79;
}
.AnyTagClassName
{
color: #CF7E79;
}
</style>
background-color css
<style>
a { background-color: #CF7E79; }
a { background-color: rgb(207,126,121); }
div.DivClassName
{
background-color: #CF7E79;
}
.BgClassName
{
background-color: #CF7E79;
}
</style>
border-color css
<style>
span { border-color: #CF7E79; }
span { border-color: rgb(207,126,121); }
td.TdClassName
{
border-color: #CF7E79;
}
.TagClassName
{
border-color: #CF7E79;
}
</style>