Shades of Sea Pink #CF7E7D
Tints of Sea Pink #CF7E7D
RGB
CMYK
RGB Variations
Color information
#CF7E7D (or 0xCF7E7D) is known color: Sea Pink. HEX triplet: CF, 7E and 7D. RGB value is (207,126,125). Sum of RGB (Red+Green+Blue) = 207+126+125=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7E7D is #308182. Grayscale: #969696. Windows color (decimal): -3178883 or 8224463. OLE color: 8224463.
HSL color Cylindrical-coordinate representation of color #CF7E7D: hue angle of 0.73º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF7E7D is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 126 | 125 | - |
| CMYK | 0 | 0.39 | 0.40 | 0.19 |
| HSL | 0.73º | 0.46% | 0.65% | - |
| HSV(B) | 0.73º | 0.4% | 0.81% | - |
| XYZ | 36.89 | 29.67 | 23.18 | - |
| YUV | 150.11 | 113.84 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 125 | 0 | 0.39 | 0.40 | 0.19 | 0.73 | 0.46 | 0.65 |
| Hex | CF | 7E | 7D | 0 | 27 | 28 | 13 | 1 | 2E | 41 |
| Octal | 317 | 176 | 175 | 0 | 47 | 50 | 23 | 1 | 56 | 101 |
| Binary | 11001111 | 1111110 | 1111101 | 0 | 100111 | 101000 | 10011 | 1 | 101110 | 1000001 |
Color Harmonies of #CF7E7D
Complementary color
Monochromatic Colors of #CF7E7D
Black with #CF7E7D
Text Example
Text Example
White with #CF7E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7E7D; }
p { color: rgb(207,126,125); }
H1.HeaderClassName
{
color: #CF7E7D;
}
.AnyTagClassName
{
color: #CF7E7D;
}
</style>
background-color css
<style>
a { background-color: #CF7E7D; }
a { background-color: rgb(207,126,125); }
div.DivClassName
{
background-color: #CF7E7D;
}
.BgClassName
{
background-color: #CF7E7D;
}
</style>
border-color css
<style>
span { border-color: #CF7E7D; }
span { border-color: rgb(207,126,125); }
td.TdClassName
{
border-color: #CF7E7D;
}
.TagClassName
{
border-color: #CF7E7D;
}
</style>