Shades of Sea Pink #CF7878
Tints of Sea Pink #CF7878
RGB
CMYK
RGB Variations
Color information
#CF7878 (or 0xCF7878) is known color: Sea Pink. HEX triplet: CF, 78 and 78. RGB value is (207,120,120). Sum of RGB (Red+Green+Blue) = 207+120+120=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 120 (47.27% from 255 or 26.85% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7878 is #308787. Grayscale: #929292. Windows color (decimal): -3180424 or 7895247. OLE color: 7895247.
HSL color Cylindrical-coordinate representation of color #CF7878: hue angle of 0º 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 #CF7878 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 120 | - |
| CMYK | 0 | 0.42 | 0.42 | 0.19 |
| HSL | 0º | 0.48% | 0.64% | - |
| HSV(B) | 0º | 0.42% | 0.81% | - |
| XYZ | 35.84 | 28.05 | 21.3 | - |
| YUV | 146.01 | 113.32 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 120 | 0 | 0.42 | 0.42 | 0.19 | 0 | 0.48 | 0.64 |
| Hex | CF | 78 | 78 | 0 | 2A | 2A | 13 | 0 | 30 | 40 |
| Octal | 317 | 170 | 170 | 0 | 52 | 52 | 23 | 0 | 60 | 100 |
| Binary | 11001111 | 1111000 | 1111000 | 0 | 101010 | 101010 | 10011 | 0 | 110000 | 1000000 |
Color Harmonies of #CF7878
Complementary color
Monochromatic Colors of #CF7878
Black with #CF7878
Text Example
Text Example
White with #CF7878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7878; }
p { color: rgb(207,120,120); }
H1.HeaderClassName
{
color: #CF7878;
}
.AnyTagClassName
{
color: #CF7878;
}
</style>
background-color css
<style>
a { background-color: #CF7878; }
a { background-color: rgb(207,120,120); }
div.DivClassName
{
background-color: #CF7878;
}
.BgClassName
{
background-color: #CF7878;
}
</style>
border-color css
<style>
span { border-color: #CF7878; }
span { border-color: rgb(207,120,120); }
td.TdClassName
{
border-color: #CF7878;
}
.TagClassName
{
border-color: #CF7878;
}
</style>