Shades of New York Pink #CB7D73
Tints of New York Pink #CB7D73
RGB
CMYK
RGB Variations
Color information
#CB7D73 (or 0xCB7D73) is known color: New York Pink. HEX triplet: CB, 7D and 73. RGB value is (203,125,115). Sum of RGB (Red+Green+Blue) = 203+125+115=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7D73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7D73 is #34828C. Grayscale: #939393. Windows color (decimal): -3441293 or 7568843. OLE color: 7568843.
HSL color Cylindrical-coordinate representation of color #CB7D73: hue angle of 6.82º 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 #CB7D73 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 125 | 115 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.20 |
| HSL | 6.82º | 0.46% | 0.62% | - |
| HSV(B) | 6.82º | 0.43% | 0.8% | - |
| XYZ | 35.06 | 28.6 | 19.89 | - |
| YUV | 147.18 | 109.84 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 125 | 115 | 0 | 0.38 | 0.43 | 0.20 | 6.82 | 0.46 | 0.62 |
| Hex | CB | 7D | 73 | 0 | 26 | 2B | 14 | 7 | 2E | 3E |
| Octal | 313 | 175 | 163 | 0 | 46 | 53 | 24 | 7 | 56 | 76 |
| Binary | 11001011 | 1111101 | 1110011 | 0 | 100110 | 101011 | 10100 | 111 | 101110 | 111110 |
Color Harmonies of #CB7D73
Complementary color
Monochromatic Colors of #CB7D73
Black with #CB7D73
Text Example
Text Example
White with #CB7D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7D73; }
p { color: rgb(203,125,115); }
H1.HeaderClassName
{
color: #CB7D73;
}
.AnyTagClassName
{
color: #CB7D73;
}
</style>
background-color css
<style>
a { background-color: #CB7D73; }
a { background-color: rgb(203,125,115); }
div.DivClassName
{
background-color: #CB7D73;
}
.BgClassName
{
background-color: #CB7D73;
}
</style>
border-color css
<style>
span { border-color: #CB7D73; }
span { border-color: rgb(203,125,115); }
td.TdClassName
{
border-color: #CB7D73;
}
.TagClassName
{
border-color: #CB7D73;
}
</style>