Shades of New York Pink #CF7E6F
Tints of New York Pink #CF7E6F
RGB
CMYK
RGB Variations
Color information
#CF7E6F (or 0xCF7E6F) is known color: New York Pink. HEX triplet: CF, 7E and 6F. RGB value is (207,126,111). Sum of RGB (Red+Green+Blue) = 207+126+111=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7E6F is #308190. Grayscale: #949494. Windows color (decimal): -3178897 or 7306959. OLE color: 7306959.
HSL color Cylindrical-coordinate representation of color #CF7E6F: hue angle of 9.38º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF7E6F is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 126 | 111 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.19 |
| HSL | 9.38º | 0.5% | 0.62% | - |
| HSV(B) | 9.38º | 0.46% | 0.81% | - |
| XYZ | 36.06 | 29.33 | 18.8 | - |
| YUV | 148.51 | 106.84 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 111 | 0 | 0.39 | 0.46 | 0.19 | 9.38 | 0.5 | 0.62 |
| Hex | CF | 7E | 6F | 0 | 27 | 2E | 13 | 9 | 32 | 3E |
| Octal | 317 | 176 | 157 | 0 | 47 | 56 | 23 | 11 | 62 | 76 |
| Binary | 11001111 | 1111110 | 1101111 | 0 | 100111 | 101110 | 10011 | 1001 | 110010 | 111110 |
Color Harmonies of #CF7E6F
Complementary color
Monochromatic Colors of #CF7E6F
Black with #CF7E6F
Text Example
Text Example
White with #CF7E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7E6F; }
p { color: rgb(207,126,111); }
H1.HeaderClassName
{
color: #CF7E6F;
}
.AnyTagClassName
{
color: #CF7E6F;
}
</style>
background-color css
<style>
a { background-color: #CF7E6F; }
a { background-color: rgb(207,126,111); }
div.DivClassName
{
background-color: #CF7E6F;
}
.BgClassName
{
background-color: #CF7E6F;
}
</style>
border-color css
<style>
span { border-color: #CF7E6F; }
span { border-color: rgb(207,126,111); }
td.TdClassName
{
border-color: #CF7E6F;
}
.TagClassName
{
border-color: #CF7E6F;
}
</style>