Shades of Sea Pink #CF8078
Tints of Sea Pink #CF8078
RGB
CMYK
RGB Variations
Color information
#CF8078 (or 0xCF8078) is known color: Sea Pink. HEX triplet: CF, 80 and 78. RGB value is (207,128,120). Sum of RGB (Red+Green+Blue) = 207+128+120=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 128 (50.39% from 255 or 28.13% from 455); Blue value is 120 (47.27% from 255 or 26.37% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8078 is #307F87. Grayscale: #969696. Windows color (decimal): -3178376 or 7897295. OLE color: 7897295.
HSL color Cylindrical-coordinate representation of color #CF8078: hue angle of 5.52º 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 #CF8078 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 120 | - |
| CMYK | 0 | 0.38 | 0.42 | 0.19 |
| HSL | 5.52º | 0.48% | 0.64% | - |
| HSV(B) | 5.52º | 0.42% | 0.81% | - |
| XYZ | 36.84 | 30.06 | 21.63 | - |
| YUV | 150.71 | 110.67 | 168.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 120 | 0 | 0.38 | 0.42 | 0.19 | 5.52 | 0.48 | 0.64 |
| Hex | CF | 80 | 78 | 0 | 26 | 2A | 13 | 6 | 30 | 40 |
| Octal | 317 | 200 | 170 | 0 | 46 | 52 | 23 | 6 | 60 | 100 |
| Binary | 11001111 | 10000000 | 1111000 | 0 | 100110 | 101010 | 10011 | 110 | 110000 | 1000000 |
Color Harmonies of #CF8078
Complementary color
Monochromatic Colors of #CF8078
Black with #CF8078
Text Example
Text Example
White with #CF8078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8078; }
p { color: rgb(207,128,120); }
H1.HeaderClassName
{
color: #CF8078;
}
.AnyTagClassName
{
color: #CF8078;
}
</style>
background-color css
<style>
a { background-color: #CF8078; }
a { background-color: rgb(207,128,120); }
div.DivClassName
{
background-color: #CF8078;
}
.BgClassName
{
background-color: #CF8078;
}
</style>
border-color css
<style>
span { border-color: #CF8078; }
span { border-color: rgb(207,128,120); }
td.TdClassName
{
border-color: #CF8078;
}
.TagClassName
{
border-color: #CF8078;
}
</style>