Shades of Sea Pink #CF7E7B
Tints of Sea Pink #CF7E7B
RGB
CMYK
RGB Variations
Color information
#CF7E7B (or 0xCF7E7B) is known color: Sea Pink. HEX triplet: CF, 7E and 7B. RGB value is (207,126,123). Sum of RGB (Red+Green+Blue) = 207+126+123=456 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.39% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 123 (48.44% from 255 or 26.97% from 456); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7E7B is #308184. Grayscale: #959595. Windows color (decimal): -3178885 or 8093391. OLE color: 8093391.
HSL color Cylindrical-coordinate representation of color #CF7E7B: hue angle of 2.14º 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 #CF7E7B is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 126 | 123 | - |
| CMYK | 0 | 0.39 | 0.41 | 0.19 |
| HSL | 2.14º | 0.47% | 0.65% | - |
| HSV(B) | 2.14º | 0.41% | 0.81% | - |
| XYZ | 36.77 | 29.62 | 22.52 | - |
| YUV | 149.88 | 112.84 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 123 | 0 | 0.39 | 0.41 | 0.19 | 2.14 | 0.47 | 0.65 |
| Hex | CF | 7E | 7B | 0 | 27 | 29 | 13 | 2 | 2F | 41 |
| Octal | 317 | 176 | 173 | 0 | 47 | 51 | 23 | 2 | 57 | 101 |
| Binary | 11001111 | 1111110 | 1111011 | 0 | 100111 | 101001 | 10011 | 10 | 101111 | 1000001 |
Color Harmonies of #CF7E7B
Complementary color
Monochromatic Colors of #CF7E7B
Black with #CF7E7B
Text Example
Text Example
White with #CF7E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7E7B; }
p { color: rgb(207,126,123); }
H1.HeaderClassName
{
color: #CF7E7B;
}
.AnyTagClassName
{
color: #CF7E7B;
}
</style>
background-color css
<style>
a { background-color: #CF7E7B; }
a { background-color: rgb(207,126,123); }
div.DivClassName
{
background-color: #CF7E7B;
}
.BgClassName
{
background-color: #CF7E7B;
}
</style>
border-color css
<style>
span { border-color: #CF7E7B; }
span { border-color: rgb(207,126,123); }
td.TdClassName
{
border-color: #CF7E7B;
}
.TagClassName
{
border-color: #CF7E7B;
}
</style>