Shades of New York Pink #CF7B74
Tints of New York Pink #CF7B74
RGB
CMYK
RGB Variations
Color information
#CF7B74 (or 0xCF7B74) is known color: New York Pink. HEX triplet: CF, 7B and 74. RGB value is (207,123,116). Sum of RGB (Red+Green+Blue) = 207+123+116=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 123 (48.44% from 255 or 27.58% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7B74 is #30848B. Grayscale: #939393. Windows color (decimal): -3179660 or 7633871. OLE color: 7633871.
HSL color Cylindrical-coordinate representation of color #CF7B74: hue angle of 4.62º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF7B74 is Cyan = 0, Magento = 0.41, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 123 | 116 | - |
| CMYK | 0 | 0.41 | 0.44 | 0.19 |
| HSL | 4.62º | 0.49% | 0.63% | - |
| HSV(B) | 4.62º | 0.44% | 0.81% | - |
| XYZ | 35.97 | 28.69 | 20.17 | - |
| YUV | 147.32 | 110.33 | 170.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 116 | 0 | 0.41 | 0.44 | 0.19 | 4.62 | 0.49 | 0.63 |
| Hex | CF | 7B | 74 | 0 | 29 | 2C | 13 | 5 | 31 | 3F |
| Octal | 317 | 173 | 164 | 0 | 51 | 54 | 23 | 5 | 61 | 77 |
| Binary | 11001111 | 1111011 | 1110100 | 0 | 101001 | 101100 | 10011 | 101 | 110001 | 111111 |
Color Harmonies of #CF7B74
Complementary color
Monochromatic Colors of #CF7B74
Black with #CF7B74
Text Example
Text Example
White with #CF7B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7B74; }
p { color: rgb(207,123,116); }
H1.HeaderClassName
{
color: #CF7B74;
}
.AnyTagClassName
{
color: #CF7B74;
}
</style>
background-color css
<style>
a { background-color: #CF7B74; }
a { background-color: rgb(207,123,116); }
div.DivClassName
{
background-color: #CF7B74;
}
.BgClassName
{
background-color: #CF7B74;
}
</style>
border-color css
<style>
span { border-color: #CF7B74; }
span { border-color: rgb(207,123,116); }
td.TdClassName
{
border-color: #CF7B74;
}
.TagClassName
{
border-color: #CF7B74;
}
</style>