Shades of New York Pink #CA8074
Tints of New York Pink #CA8074
RGB
CMYK
RGB Variations
Color information
#CA8074 (or 0xCA8074) is known color: New York Pink. HEX triplet: CA, 80 and 74. RGB value is (202,128,116). Sum of RGB (Red+Green+Blue) = 202+128+116=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8074 is #357F8B. Grayscale: #949494. Windows color (decimal): -3506060 or 7635146. OLE color: 7635146.
HSL color Cylindrical-coordinate representation of color #CA8074: hue angle of 8.37º 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 #CA8074 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 128 | 116 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.21 |
| HSL | 8.37º | 0.45% | 0.62% | - |
| HSV(B) | 8.37º | 0.43% | 0.79% | - |
| XYZ | 35.23 | 29.26 | 20.31 | - |
| YUV | 148.76 | 109.52 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 116 | 0 | 0.37 | 0.43 | 0.21 | 8.37 | 0.45 | 0.62 |
| Hex | CA | 80 | 74 | 0 | 25 | 2B | 15 | 8 | 2D | 3E |
| Octal | 312 | 200 | 164 | 0 | 45 | 53 | 25 | 10 | 55 | 76 |
| Binary | 11001010 | 10000000 | 1110100 | 0 | 100101 | 101011 | 10101 | 1000 | 101101 | 111110 |
Color Harmonies of #CA8074
Complementary color
Monochromatic Colors of #CA8074
Black with #CA8074
Text Example
Text Example
White with #CA8074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8074; }
p { color: rgb(202,128,116); }
H1.HeaderClassName
{
color: #CA8074;
}
.AnyTagClassName
{
color: #CA8074;
}
</style>
background-color css
<style>
a { background-color: #CA8074; }
a { background-color: rgb(202,128,116); }
div.DivClassName
{
background-color: #CA8074;
}
.BgClassName
{
background-color: #CA8074;
}
</style>
border-color css
<style>
span { border-color: #CA8074; }
span { border-color: rgb(202,128,116); }
td.TdClassName
{
border-color: #CA8074;
}
.TagClassName
{
border-color: #CA8074;
}
</style>