Shades of Sea Pink #CF7B78
Tints of Sea Pink #CF7B78
RGB
CMYK
RGB Variations
Color information
#CF7B78 (or 0xCF7B78) is known color: Sea Pink. HEX triplet: CF, 7B and 78. RGB value is (207,123,120). Sum of RGB (Red+Green+Blue) = 207+123+120=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 123 (48.44% from 255 or 27.33% from 450); Blue value is 120 (47.27% from 255 or 26.67% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7B78 is #308487. Grayscale: #939393. Windows color (decimal): -3179656 or 7896015. OLE color: 7896015.
HSL color Cylindrical-coordinate representation of color #CF7B78: hue angle of 2.07º 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 #CF7B78 is Cyan = 0, Magento = 0.41, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 123 | 120 | - |
| CMYK | 0 | 0.41 | 0.42 | 0.19 |
| HSL | 2.07º | 0.48% | 0.64% | - |
| HSV(B) | 2.07º | 0.42% | 0.81% | - |
| XYZ | 36.21 | 28.79 | 21.42 | - |
| YUV | 147.77 | 112.33 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 120 | 0 | 0.41 | 0.42 | 0.19 | 2.07 | 0.48 | 0.64 |
| Hex | CF | 7B | 78 | 0 | 29 | 2A | 13 | 2 | 30 | 40 |
| Octal | 317 | 173 | 170 | 0 | 51 | 52 | 23 | 2 | 60 | 100 |
| Binary | 11001111 | 1111011 | 1111000 | 0 | 101001 | 101010 | 10011 | 10 | 110000 | 1000000 |
Color Harmonies of #CF7B78
Complementary color
Monochromatic Colors of #CF7B78
Black with #CF7B78
Text Example
Text Example
White with #CF7B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7B78; }
p { color: rgb(207,123,120); }
H1.HeaderClassName
{
color: #CF7B78;
}
.AnyTagClassName
{
color: #CF7B78;
}
</style>
background-color css
<style>
a { background-color: #CF7B78; }
a { background-color: rgb(207,123,120); }
div.DivClassName
{
background-color: #CF7B78;
}
.BgClassName
{
background-color: #CF7B78;
}
</style>
border-color css
<style>
span { border-color: #CF7B78; }
span { border-color: rgb(207,123,120); }
td.TdClassName
{
border-color: #CF7B78;
}
.TagClassName
{
border-color: #CF7B78;
}
</style>