Shades of New York Pink #CE7D74
Tints of New York Pink #CE7D74
RGB
CMYK
RGB Variations
Color information
#CE7D74 (or 0xCE7D74) is known color: New York Pink. HEX triplet: CE, 7D and 74. RGB value is (206,125,116). Sum of RGB (Red+Green+Blue) = 206+125+116=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 125 (49.22% from 255 or 27.96% from 447); Blue value is 116 (45.70% from 255 or 25.95% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7D74 is #31828B. Grayscale: #949494. Windows color (decimal): -3244684 or 7634382. OLE color: 7634382.
HSL color Cylindrical-coordinate representation of color #CE7D74: hue angle of 6º 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 #CE7D74 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 125 | 116 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.19 |
| HSL | 6º | 0.48% | 0.63% | - |
| HSV(B) | 6º | 0.44% | 0.81% | - |
| XYZ | 35.94 | 29.05 | 20.24 | - |
| YUV | 148.19 | 109.84 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 125 | 116 | 0 | 0.39 | 0.44 | 0.19 | 6 | 0.48 | 0.63 |
| Hex | CE | 7D | 74 | 0 | 27 | 2C | 13 | 6 | 30 | 3F |
| Octal | 316 | 175 | 164 | 0 | 47 | 54 | 23 | 6 | 60 | 77 |
| Binary | 11001110 | 1111101 | 1110100 | 0 | 100111 | 101100 | 10011 | 110 | 110000 | 111111 |
Color Harmonies of #CE7D74
Complementary color
Monochromatic Colors of #CE7D74
Black with #CE7D74
Text Example
Text Example
White with #CE7D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7D74; }
p { color: rgb(206,125,116); }
H1.HeaderClassName
{
color: #CE7D74;
}
.AnyTagClassName
{
color: #CE7D74;
}
</style>
background-color css
<style>
a { background-color: #CE7D74; }
a { background-color: rgb(206,125,116); }
div.DivClassName
{
background-color: #CE7D74;
}
.BgClassName
{
background-color: #CE7D74;
}
</style>
border-color css
<style>
span { border-color: #CE7D74; }
span { border-color: rgb(206,125,116); }
td.TdClassName
{
border-color: #CE7D74;
}
.TagClassName
{
border-color: #CE7D74;
}
</style>