Shades of Sea Pink #CF7777
Tints of Sea Pink #CF7777
RGB
CMYK
RGB Variations
Color information
#CF7777 (or 0xCF7777) is known color: Sea Pink. HEX triplet: CF, 77 and 77. RGB value is (207,119,119). Sum of RGB (Red+Green+Blue) = 207+119+119=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 119 (46.88% from 255 or 26.74% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7777 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7777 is #308888. Grayscale: #919191. Windows color (decimal): -3180681 or 7829455. OLE color: 7829455.
HSL color Cylindrical-coordinate representation of color #CF7777: 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.43%. Process color model (Four color, CMYK) of #CF7777 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 119 | - |
| CMYK | 0 | 0.43 | 0.43 | 0.19 |
| HSL | 0º | 0.48% | 0.64% | - |
| HSV(B) | 0º | 0.43% | 0.81% | - |
| XYZ | 35.66 | 27.79 | 20.94 | - |
| YUV | 145.31 | 113.15 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 119 | 0 | 0.43 | 0.43 | 0.19 | 0 | 0.48 | 0.64 |
| Hex | CF | 77 | 77 | 0 | 2B | 2B | 13 | 0 | 30 | 40 |
| Octal | 317 | 167 | 167 | 0 | 53 | 53 | 23 | 0 | 60 | 100 |
| Binary | 11001111 | 1110111 | 1110111 | 0 | 101011 | 101011 | 10011 | 0 | 110000 | 1000000 |
Color Harmonies of #CF7777
Complementary color
Monochromatic Colors of #CF7777
Black with #CF7777
Text Example
Text Example
White with #CF7777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7777; }
p { color: rgb(207,119,119); }
H1.HeaderClassName
{
color: #CF7777;
}
.AnyTagClassName
{
color: #CF7777;
}
</style>
background-color css
<style>
a { background-color: #CF7777; }
a { background-color: rgb(207,119,119); }
div.DivClassName
{
background-color: #CF7777;
}
.BgClassName
{
background-color: #CF7777;
}
</style>
border-color css
<style>
span { border-color: #CF7777; }
span { border-color: rgb(207,119,119); }
td.TdClassName
{
border-color: #CF7777;
}
.TagClassName
{
border-color: #CF7777;
}
</style>