Shades of Sea Pink #CF7A77
Tints of Sea Pink #CF7A77
RGB
CMYK
RGB Variations
Color information
#CF7A77 (or 0xCF7A77) is known color: Sea Pink. HEX triplet: CF, 7A and 77. RGB value is (207,122,119). Sum of RGB (Red+Green+Blue) = 207+122+119=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 122 (48.05% from 255 or 27.23% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7A77 is #308588. Grayscale: #939393. Windows color (decimal): -3179913 or 7830223. OLE color: 7830223.
HSL color Cylindrical-coordinate representation of color #CF7A77: hue angle of 2.05º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF7A77 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 122 | 119 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.19 |
| HSL | 2.05º | 0.48% | 0.64% | - |
| HSV(B) | 2.05º | 0.43% | 0.81% | - |
| XYZ | 36.02 | 28.52 | 21.06 | - |
| YUV | 147.07 | 112.16 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 119 | 0 | 0.41 | 0.43 | 0.19 | 2.05 | 0.48 | 0.64 |
| Hex | CF | 7A | 77 | 0 | 29 | 2B | 13 | 2 | 30 | 40 |
| Octal | 317 | 172 | 167 | 0 | 51 | 53 | 23 | 2 | 60 | 100 |
| Binary | 11001111 | 1111010 | 1110111 | 0 | 101001 | 101011 | 10011 | 10 | 110000 | 1000000 |
Color Harmonies of #CF7A77
Complementary color
Monochromatic Colors of #CF7A77
Black with #CF7A77
Text Example
Text Example
White with #CF7A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7A77; }
p { color: rgb(207,122,119); }
H1.HeaderClassName
{
color: #CF7A77;
}
.AnyTagClassName
{
color: #CF7A77;
}
</style>
background-color css
<style>
a { background-color: #CF7A77; }
a { background-color: rgb(207,122,119); }
div.DivClassName
{
background-color: #CF7A77;
}
.BgClassName
{
background-color: #CF7A77;
}
</style>
border-color css
<style>
span { border-color: #CF7A77; }
span { border-color: rgb(207,122,119); }
td.TdClassName
{
border-color: #CF7A77;
}
.TagClassName
{
border-color: #CF7A77;
}
</style>