Shades of New York Pink #CC7C73
Tints of New York Pink #CC7C73
RGB
CMYK
RGB Variations
Color information
#CC7C73 (or 0xCC7C73) is known color: New York Pink. HEX triplet: CC, 7C and 73. RGB value is (204,124,115). Sum of RGB (Red+Green+Blue) = 204+124+115=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7C73 is #33838C. Grayscale: #939393. Windows color (decimal): -3376013 or 7568588. OLE color: 7568588.
HSL color Cylindrical-coordinate representation of color #CC7C73: hue angle of 6.07º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC7C73 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 124 | 115 | - |
| CMYK | 0 | 0.39 | 0.44 | 0.2 |
| HSL | 6.07º | 0.47% | 0.63% | - |
| HSV(B) | 6.07º | 0.44% | 0.8% | - |
| XYZ | 35.2 | 28.49 | 19.86 | - |
| YUV | 146.89 | 110 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 124 | 115 | 0 | 0.39 | 0.44 | 0.2 | 6.07 | 0.47 | 0.63 |
| Hex | CC | 7C | 73 | 0 | 27 | 2C | 14 | 6 | 2F | 3F |
| Octal | 314 | 174 | 163 | 0 | 47 | 54 | 24 | 6 | 57 | 77 |
| Binary | 11001100 | 1111100 | 1110011 | 0 | 100111 | 101100 | 10100 | 110 | 101111 | 111111 |
Color Harmonies of #CC7C73
Complementary color
Monochromatic Colors of #CC7C73
Black with #CC7C73
Text Example
Text Example
White with #CC7C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC7C73; }
p { color: rgb(204,124,115); }
H1.HeaderClassName
{
color: #CC7C73;
}
.AnyTagClassName
{
color: #CC7C73;
}
</style>
background-color css
<style>
a { background-color: #CC7C73; }
a { background-color: rgb(204,124,115); }
div.DivClassName
{
background-color: #CC7C73;
}
.BgClassName
{
background-color: #CC7C73;
}
</style>
border-color css
<style>
span { border-color: #CC7C73; }
span { border-color: rgb(204,124,115); }
td.TdClassName
{
border-color: #CC7C73;
}
.TagClassName
{
border-color: #CC7C73;
}
</style>