Shades of New York Pink #CA8273
Tints of New York Pink #CA8273
RGB
CMYK
RGB Variations
Color information
#CA8273 (or 0xCA8273) is known color: New York Pink. HEX triplet: CA, 82 and 73. RGB value is (202,130,115). Sum of RGB (Red+Green+Blue) = 202+130+115=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8273 is #357D8C. Grayscale: #959595. Windows color (decimal): -3505549 or 7570122. OLE color: 7570122.
HSL color Cylindrical-coordinate representation of color #CA8273: hue angle of 10.34º 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 #CA8273 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 130 | 115 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.21 |
| HSL | 10.34º | 0.45% | 0.62% | - |
| HSV(B) | 10.34º | 0.43% | 0.79% | - |
| XYZ | 35.43 | 29.76 | 20.1 | - |
| YUV | 149.82 | 108.35 | 165.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 130 | 115 | 0 | 0.36 | 0.43 | 0.21 | 10.34 | 0.45 | 0.62 |
| Hex | CA | 82 | 73 | 0 | 24 | 2B | 15 | A | 2D | 3E |
| Octal | 312 | 202 | 163 | 0 | 44 | 53 | 25 | 12 | 55 | 76 |
| Binary | 11001010 | 10000010 | 1110011 | 0 | 100100 | 101011 | 10101 | 1010 | 101101 | 111110 |
Color Harmonies of #CA8273
Complementary color
Monochromatic Colors of #CA8273
Black with #CA8273
Text Example
Text Example
White with #CA8273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8273; }
p { color: rgb(202,130,115); }
H1.HeaderClassName
{
color: #CA8273;
}
.AnyTagClassName
{
color: #CA8273;
}
</style>
background-color css
<style>
a { background-color: #CA8273; }
a { background-color: rgb(202,130,115); }
div.DivClassName
{
background-color: #CA8273;
}
.BgClassName
{
background-color: #CA8273;
}
</style>
border-color css
<style>
span { border-color: #CA8273; }
span { border-color: rgb(202,130,115); }
td.TdClassName
{
border-color: #CA8273;
}
.TagClassName
{
border-color: #CA8273;
}
</style>