Shades of New York Pink #CE7C74
Tints of New York Pink #CE7C74
RGB
CMYK
RGB Variations
Color information
#CE7C74 (or 0xCE7C74) is known color: New York Pink. HEX triplet: CE, 7C and 74. RGB value is (206,124,116). Sum of RGB (Red+Green+Blue) = 206+124+116=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7C74 is #31838B. Grayscale: #939393. Windows color (decimal): -3244940 or 7634126. OLE color: 7634126.
HSL color Cylindrical-coordinate representation of color #CE7C74: hue angle of 5.33º degrees, saturation: 0.48, 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 #CE7C74 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 124 | 116 | - |
| CMYK | 0 | 0.40 | 0.44 | 0.19 |
| HSL | 5.33º | 0.48% | 0.63% | - |
| HSV(B) | 5.33º | 0.44% | 0.81% | - |
| XYZ | 35.81 | 28.8 | 20.19 | - |
| YUV | 147.61 | 110.17 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 116 | 0 | 0.40 | 0.44 | 0.19 | 5.33 | 0.48 | 0.63 |
| Hex | CE | 7C | 74 | 0 | 28 | 2C | 13 | 5 | 30 | 3F |
| Octal | 316 | 174 | 164 | 0 | 50 | 54 | 23 | 5 | 60 | 77 |
| Binary | 11001110 | 1111100 | 1110100 | 0 | 101000 | 101100 | 10011 | 101 | 110000 | 111111 |
Color Harmonies of #CE7C74
Complementary color
Monochromatic Colors of #CE7C74
Black with #CE7C74
Text Example
Text Example
White with #CE7C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7C74; }
p { color: rgb(206,124,116); }
H1.HeaderClassName
{
color: #CE7C74;
}
.AnyTagClassName
{
color: #CE7C74;
}
</style>
background-color css
<style>
a { background-color: #CE7C74; }
a { background-color: rgb(206,124,116); }
div.DivClassName
{
background-color: #CE7C74;
}
.BgClassName
{
background-color: #CE7C74;
}
</style>
border-color css
<style>
span { border-color: #CE7C74; }
span { border-color: rgb(206,124,116); }
td.TdClassName
{
border-color: #CE7C74;
}
.TagClassName
{
border-color: #CE7C74;
}
</style>