Shades of New York Pink #CA7F74
Tints of New York Pink #CA7F74
RGB
CMYK
RGB Variations
Color information
#CA7F74 (or 0xCA7F74) is known color: New York Pink. HEX triplet: CA, 7F and 74. RGB value is (202,127,116). Sum of RGB (Red+Green+Blue) = 202+127+116=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7F74 is #35808B. Grayscale: #949494. Windows color (decimal): -3506316 or 7634890. OLE color: 7634890.
HSL color Cylindrical-coordinate representation of color #CA7F74: hue angle of 7.67º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA7F74 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 127 | 116 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.21 |
| HSL | 7.67º | 0.45% | 0.62% | - |
| HSV(B) | 7.67º | 0.43% | 0.79% | - |
| XYZ | 35.1 | 29 | 20.27 | - |
| YUV | 148.17 | 109.85 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 127 | 116 | 0 | 0.37 | 0.43 | 0.21 | 7.67 | 0.45 | 0.62 |
| Hex | CA | 7F | 74 | 0 | 25 | 2B | 15 | 8 | 2D | 3E |
| Octal | 312 | 177 | 164 | 0 | 45 | 53 | 25 | 10 | 55 | 76 |
| Binary | 11001010 | 1111111 | 1110100 | 0 | 100101 | 101011 | 10101 | 1000 | 101101 | 111110 |
Color Harmonies of #CA7F74
Complementary color
Monochromatic Colors of #CA7F74
Black with #CA7F74
Text Example
Text Example
White with #CA7F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7F74; }
p { color: rgb(202,127,116); }
H1.HeaderClassName
{
color: #CA7F74;
}
.AnyTagClassName
{
color: #CA7F74;
}
</style>
background-color css
<style>
a { background-color: #CA7F74; }
a { background-color: rgb(202,127,116); }
div.DivClassName
{
background-color: #CA7F74;
}
.BgClassName
{
background-color: #CA7F74;
}
</style>
border-color css
<style>
span { border-color: #CA7F74; }
span { border-color: rgb(202,127,116); }
td.TdClassName
{
border-color: #CA7F74;
}
.TagClassName
{
border-color: #CA7F74;
}
</style>