Shades of New York Pink #CE7C70
Tints of New York Pink #CE7C70
RGB
CMYK
RGB Variations
Color information
#CE7C70 (or 0xCE7C70) is known color: New York Pink. HEX triplet: CE, 7C and 70. RGB value is (206,124,112). Sum of RGB (Red+Green+Blue) = 206+124+112=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7C70 is #31838F. Grayscale: #939393. Windows color (decimal): -3244944 or 7371982. OLE color: 7371982.
HSL color Cylindrical-coordinate representation of color #CE7C70: hue angle of 7.66º degrees, saturation: 0.49, 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 #CE7C70 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 124 | 112 | - |
| CMYK | 0 | 0.40 | 0.46 | 0.19 |
| HSL | 7.66º | 0.49% | 0.62% | - |
| HSV(B) | 7.66º | 0.46% | 0.81% | - |
| XYZ | 35.59 | 28.71 | 18.99 | - |
| YUV | 147.15 | 108.17 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 124 | 112 | 0 | 0.40 | 0.46 | 0.19 | 7.66 | 0.49 | 0.62 |
| Hex | CE | 7C | 70 | 0 | 28 | 2E | 13 | 8 | 31 | 3E |
| Octal | 316 | 174 | 160 | 0 | 50 | 56 | 23 | 10 | 61 | 76 |
| Binary | 11001110 | 1111100 | 1110000 | 0 | 101000 | 101110 | 10011 | 1000 | 110001 | 111110 |
Color Harmonies of #CE7C70
Complementary color
Monochromatic Colors of #CE7C70
Black with #CE7C70
Text Example
Text Example
White with #CE7C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7C70; }
p { color: rgb(206,124,112); }
H1.HeaderClassName
{
color: #CE7C70;
}
.AnyTagClassName
{
color: #CE7C70;
}
</style>
background-color css
<style>
a { background-color: #CE7C70; }
a { background-color: rgb(206,124,112); }
div.DivClassName
{
background-color: #CE7C70;
}
.BgClassName
{
background-color: #CE7C70;
}
</style>
border-color css
<style>
span { border-color: #CE7C70; }
span { border-color: rgb(206,124,112); }
td.TdClassName
{
border-color: #CE7C70;
}
.TagClassName
{
border-color: #CE7C70;
}
</style>