Shades of Sea Pink #CF7773
Tints of Sea Pink #CF7773
RGB
CMYK
RGB Variations
Color information
#CF7773 (or 0xCF7773) is known color: Sea Pink. HEX triplet: CF, 77 and 73. RGB value is (207,119,115). Sum of RGB (Red+Green+Blue) = 207+119+115=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7773 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7773 is #30888C. Grayscale: #909090. Windows color (decimal): -3180685 or 7567311. OLE color: 7567311.
HSL color Cylindrical-coordinate representation of color #CF7773: hue angle of 2.61º 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 #CF7773 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 115 | - |
| CMYK | 0 | 0.43 | 0.44 | 0.19 |
| HSL | 2.61º | 0.49% | 0.63% | - |
| HSV(B) | 2.61º | 0.44% | 0.81% | - |
| XYZ | 35.42 | 27.7 | 19.7 | - |
| YUV | 144.86 | 111.15 | 172.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 115 | 0 | 0.43 | 0.44 | 0.19 | 2.61 | 0.49 | 0.63 |
| Hex | CF | 77 | 73 | 0 | 2B | 2C | 13 | 3 | 31 | 3F |
| Octal | 317 | 167 | 163 | 0 | 53 | 54 | 23 | 3 | 61 | 77 |
| Binary | 11001111 | 1110111 | 1110011 | 0 | 101011 | 101100 | 10011 | 11 | 110001 | 111111 |
Color Harmonies of #CF7773
Complementary color
Monochromatic Colors of #CF7773
Black with #CF7773
Text Example
Text Example
White with #CF7773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7773; }
p { color: rgb(207,119,115); }
H1.HeaderClassName
{
color: #CF7773;
}
.AnyTagClassName
{
color: #CF7773;
}
</style>
background-color css
<style>
a { background-color: #CF7773; }
a { background-color: rgb(207,119,115); }
div.DivClassName
{
background-color: #CF7773;
}
.BgClassName
{
background-color: #CF7773;
}
</style>
border-color css
<style>
span { border-color: #CF7773; }
span { border-color: rgb(207,119,115); }
td.TdClassName
{
border-color: #CF7773;
}
.TagClassName
{
border-color: #CF7773;
}
</style>