Shades of New York Pink #CE7D70
Tints of New York Pink #CE7D70
RGB
CMYK
RGB Variations
Color information
#CE7D70 (or 0xCE7D70) is known color: New York Pink. HEX triplet: CE, 7D and 70. RGB value is (206,125,112). Sum of RGB (Red+Green+Blue) = 206+125+112=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7D70 is #31828F. Grayscale: #939393. Windows color (decimal): -3244688 or 7372238. OLE color: 7372238.
HSL color Cylindrical-coordinate representation of color #CE7D70: hue angle of 8.3º 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 #CE7D70 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 112 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.19 |
| HSL | 8.3º | 0.49% | 0.62% | - |
| HSV(B) | 8.3º | 0.46% | 0.81% | - |
| XYZ | 35.71 | 28.96 | 19.04 | - |
| YUV | 147.74 | 107.84 | 169.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 112 | 0 | 0.39 | 0.46 | 0.19 | 8.3 | 0.49 | 0.62 |
| Hex | CE | 7D | 70 | 0 | 27 | 2E | 13 | 8 | 31 | 3E |
| Octal | 316 | 175 | 160 | 0 | 47 | 56 | 23 | 10 | 61 | 76 |
| Binary | 11001110 | 1111101 | 1110000 | 0 | 100111 | 101110 | 10011 | 1000 | 110001 | 111110 |
Color Harmonies of #CE7D70
Complementary color
Monochromatic Colors of #CE7D70
Black with #CE7D70
Text Example
Text Example
White with #CE7D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7D70; }
p { color: rgb(206,125,112); }
H1.HeaderClassName
{
color: #CE7D70;
}
.AnyTagClassName
{
color: #CE7D70;
}
</style>
background-color css
<style>
a { background-color: #CE7D70; }
a { background-color: rgb(206,125,112); }
div.DivClassName
{
background-color: #CE7D70;
}
.BgClassName
{
background-color: #CE7D70;
}
</style>
border-color css
<style>
span { border-color: #CE7D70; }
span { border-color: rgb(206,125,112); }
td.TdClassName
{
border-color: #CE7D70;
}
.TagClassName
{
border-color: #CE7D70;
}
</style>