Shades of New York Pink #CB7F73
Tints of New York Pink #CB7F73
RGB
CMYK
RGB Variations
Color information
#CB7F73 (or 0xCB7F73) is known color: New York Pink. HEX triplet: CB, 7F and 73. RGB value is (203,127,115). Sum of RGB (Red+Green+Blue) = 203+127+115=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7F73 is #34808C. Grayscale: #949494. Windows color (decimal): -3440781 or 7569355. OLE color: 7569355.
HSL color Cylindrical-coordinate representation of color #CB7F73: hue angle of 8.18º 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 #CB7F73 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 127 | 115 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.20 |
| HSL | 8.18º | 0.46% | 0.62% | - |
| HSV(B) | 8.18º | 0.43% | 0.8% | - |
| XYZ | 35.31 | 29.11 | 19.98 | - |
| YUV | 148.36 | 109.18 | 166.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 127 | 115 | 0 | 0.37 | 0.43 | 0.20 | 8.18 | 0.46 | 0.62 |
| Hex | CB | 7F | 73 | 0 | 25 | 2B | 14 | 8 | 2E | 3E |
| Octal | 313 | 177 | 163 | 0 | 45 | 53 | 24 | 10 | 56 | 76 |
| Binary | 11001011 | 1111111 | 1110011 | 0 | 100101 | 101011 | 10100 | 1000 | 101110 | 111110 |
Color Harmonies of #CB7F73
Complementary color
Monochromatic Colors of #CB7F73
Black with #CB7F73
Text Example
Text Example
White with #CB7F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7F73; }
p { color: rgb(203,127,115); }
H1.HeaderClassName
{
color: #CB7F73;
}
.AnyTagClassName
{
color: #CB7F73;
}
</style>
background-color css
<style>
a { background-color: #CB7F73; }
a { background-color: rgb(203,127,115); }
div.DivClassName
{
background-color: #CB7F73;
}
.BgClassName
{
background-color: #CB7F73;
}
</style>
border-color css
<style>
span { border-color: #CB7F73; }
span { border-color: rgb(203,127,115); }
td.TdClassName
{
border-color: #CB7F73;
}
.TagClassName
{
border-color: #CB7F73;
}
</style>