Shades of Sea Pink #CF7C7A
Tints of Sea Pink #CF7C7A
RGB
CMYK
RGB Variations
Color information
#CF7C7A (or 0xCF7C7A) is known color: Sea Pink. HEX triplet: CF, 7C and 7A. RGB value is (207,124,122). Sum of RGB (Red+Green+Blue) = 207+124+122=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7C7A is #308385. Grayscale: #949494. Windows color (decimal): -3179398 or 8027343. OLE color: 8027343.
HSL color Cylindrical-coordinate representation of color #CF7C7A: hue angle of 1.41º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF7C7A is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 124 | 122 | - |
| CMYK | 0 | 0.40 | 0.41 | 0.19 |
| HSL | 1.41º | 0.47% | 0.65% | - |
| HSV(B) | 1.41º | 0.41% | 0.81% | - |
| XYZ | 36.45 | 29.09 | 22.11 | - |
| YUV | 148.59 | 113 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 122 | 0 | 0.40 | 0.41 | 0.19 | 1.41 | 0.47 | 0.65 |
| Hex | CF | 7C | 7A | 0 | 28 | 29 | 13 | 1 | 2F | 41 |
| Octal | 317 | 174 | 172 | 0 | 50 | 51 | 23 | 1 | 57 | 101 |
| Binary | 11001111 | 1111100 | 1111010 | 0 | 101000 | 101001 | 10011 | 1 | 101111 | 1000001 |
Color Harmonies of #CF7C7A
Complementary color
Monochromatic Colors of #CF7C7A
Black with #CF7C7A
Text Example
Text Example
White with #CF7C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7C7A; }
p { color: rgb(207,124,122); }
H1.HeaderClassName
{
color: #CF7C7A;
}
.AnyTagClassName
{
color: #CF7C7A;
}
</style>
background-color css
<style>
a { background-color: #CF7C7A; }
a { background-color: rgb(207,124,122); }
div.DivClassName
{
background-color: #CF7C7A;
}
.BgClassName
{
background-color: #CF7C7A;
}
</style>
border-color css
<style>
span { border-color: #CF7C7A; }
span { border-color: rgb(207,124,122); }
td.TdClassName
{
border-color: #CF7C7A;
}
.TagClassName
{
border-color: #CF7C7A;
}
</style>