Shades of New York Pink #CF7C6E
Tints of New York Pink #CF7C6E
RGB
CMYK
RGB Variations
Color information
#CF7C6E (or 0xCF7C6E) is known color: New York Pink. HEX triplet: CF, 7C and 6E. RGB value is (207,124,110). Sum of RGB (Red+Green+Blue) = 207+124+110=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 110 (43.36% from 255 or 24.94% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7C6E is #308391. Grayscale: #939393. Windows color (decimal): -3179410 or 7240911. OLE color: 7240911.
HSL color Cylindrical-coordinate representation of color #CF7C6E: hue angle of 8.66º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF7C6E is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 124 | 110 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.19 |
| HSL | 8.66º | 0.5% | 0.62% | - |
| HSV(B) | 8.66º | 0.47% | 0.81% | - |
| XYZ | 35.75 | 28.81 | 18.43 | - |
| YUV | 147.22 | 107 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 110 | 0 | 0.40 | 0.47 | 0.19 | 8.66 | 0.5 | 0.62 |
| Hex | CF | 7C | 6E | 0 | 28 | 2F | 13 | 9 | 32 | 3E |
| Octal | 317 | 174 | 156 | 0 | 50 | 57 | 23 | 11 | 62 | 76 |
| Binary | 11001111 | 1111100 | 1101110 | 0 | 101000 | 101111 | 10011 | 1001 | 110010 | 111110 |
Color Harmonies of #CF7C6E
Complementary color
Monochromatic Colors of #CF7C6E
Black with #CF7C6E
Text Example
Text Example
White with #CF7C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7C6E; }
p { color: rgb(207,124,110); }
H1.HeaderClassName
{
color: #CF7C6E;
}
.AnyTagClassName
{
color: #CF7C6E;
}
</style>
background-color css
<style>
a { background-color: #CF7C6E; }
a { background-color: rgb(207,124,110); }
div.DivClassName
{
background-color: #CF7C6E;
}
.BgClassName
{
background-color: #CF7C6E;
}
</style>
border-color css
<style>
span { border-color: #CF7C6E; }
span { border-color: rgb(207,124,110); }
td.TdClassName
{
border-color: #CF7C6E;
}
.TagClassName
{
border-color: #CF7C6E;
}
</style>