Shades of Sea Pink #CF7A74
Tints of Sea Pink #CF7A74
RGB
CMYK
RGB Variations
Color information
#CF7A74 (or 0xCF7A74) is known color: Sea Pink. HEX triplet: CF, 7A and 74. RGB value is (207,122,116). Sum of RGB (Red+Green+Blue) = 207+122+116=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 122 (48.05% from 255 or 27.42% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7A74 is #30858B. Grayscale: #929292. Windows color (decimal): -3179916 or 7633615. OLE color: 7633615.
HSL color Cylindrical-coordinate representation of color #CF7A74: hue angle of 3.96º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF7A74 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 122 | 116 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.19 |
| HSL | 3.96º | 0.49% | 0.63% | - |
| HSV(B) | 3.96º | 0.44% | 0.81% | - |
| XYZ | 35.84 | 28.45 | 20.12 | - |
| YUV | 146.73 | 110.66 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 116 | 0 | 0.41 | 0.44 | 0.19 | 3.96 | 0.49 | 0.63 |
| Hex | CF | 7A | 74 | 0 | 29 | 2C | 13 | 4 | 31 | 3F |
| Octal | 317 | 172 | 164 | 0 | 51 | 54 | 23 | 4 | 61 | 77 |
| Binary | 11001111 | 1111010 | 1110100 | 0 | 101001 | 101100 | 10011 | 100 | 110001 | 111111 |
Color Harmonies of #CF7A74
Complementary color
Monochromatic Colors of #CF7A74
Black with #CF7A74
Text Example
Text Example
White with #CF7A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7A74; }
p { color: rgb(207,122,116); }
H1.HeaderClassName
{
color: #CF7A74;
}
.AnyTagClassName
{
color: #CF7A74;
}
</style>
background-color css
<style>
a { background-color: #CF7A74; }
a { background-color: rgb(207,122,116); }
div.DivClassName
{
background-color: #CF7A74;
}
.BgClassName
{
background-color: #CF7A74;
}
</style>
border-color css
<style>
span { border-color: #CF7A74; }
span { border-color: rgb(207,122,116); }
td.TdClassName
{
border-color: #CF7A74;
}
.TagClassName
{
border-color: #CF7A74;
}
</style>