Shades of New York Pink #CB7C73
Tints of New York Pink #CB7C73
RGB
CMYK
RGB Variations
Color information
#CB7C73 (or 0xCB7C73) is known color: New York Pink. HEX triplet: CB, 7C and 73. RGB value is (203,124,115). Sum of RGB (Red+Green+Blue) = 203+124+115=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7C73 is #34838C. Grayscale: #929292. Windows color (decimal): -3441549 or 7568587. OLE color: 7568587.
HSL color Cylindrical-coordinate representation of color #CB7C73: hue angle of 6.14º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB7C73 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 124 | 115 | - |
| CMYK | 0 | 0.39 | 0.43 | 0.20 |
| HSL | 6.14º | 0.46% | 0.62% | - |
| HSV(B) | 6.14º | 0.43% | 0.8% | - |
| XYZ | 34.93 | 28.35 | 19.85 | - |
| YUV | 146.6 | 110.17 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 124 | 115 | 0 | 0.39 | 0.43 | 0.20 | 6.14 | 0.46 | 0.62 |
| Hex | CB | 7C | 73 | 0 | 27 | 2B | 14 | 6 | 2E | 3E |
| Octal | 313 | 174 | 163 | 0 | 47 | 53 | 24 | 6 | 56 | 76 |
| Binary | 11001011 | 1111100 | 1110011 | 0 | 100111 | 101011 | 10100 | 110 | 101110 | 111110 |
Color Harmonies of #CB7C73
Complementary color
Monochromatic Colors of #CB7C73
Black with #CB7C73
Text Example
Text Example
White with #CB7C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7C73; }
p { color: rgb(203,124,115); }
H1.HeaderClassName
{
color: #CB7C73;
}
.AnyTagClassName
{
color: #CB7C73;
}
</style>
background-color css
<style>
a { background-color: #CB7C73; }
a { background-color: rgb(203,124,115); }
div.DivClassName
{
background-color: #CB7C73;
}
.BgClassName
{
background-color: #CB7C73;
}
</style>
border-color css
<style>
span { border-color: #CB7C73; }
span { border-color: rgb(203,124,115); }
td.TdClassName
{
border-color: #CB7C73;
}
.TagClassName
{
border-color: #CB7C73;
}
</style>