Shades of New York Pink #CB7E72
Tints of New York Pink #CB7E72
RGB
CMYK
RGB Variations
Color information
#CB7E72 (or 0xCB7E72) is known color: New York Pink. HEX triplet: CB, 7E and 72. RGB value is (203,126,114). Sum of RGB (Red+Green+Blue) = 203+126+114=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7E72 is #34818D. Grayscale: #939393. Windows color (decimal): -3441038 or 7503563. OLE color: 7503563.
HSL color Cylindrical-coordinate representation of color #CB7E72: hue angle of 8.09º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB7E72 is Cyan = 0, Magento = 0.38, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 126 | 114 | - |
| CMYK | 0 | 0.38 | 0.44 | 0.20 |
| HSL | 8.09º | 0.46% | 0.62% | - |
| HSV(B) | 8.09º | 0.44% | 0.8% | - |
| XYZ | 35.13 | 28.83 | 19.63 | - |
| YUV | 147.66 | 109.01 | 167.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 126 | 114 | 0 | 0.38 | 0.44 | 0.20 | 8.09 | 0.46 | 0.62 |
| Hex | CB | 7E | 72 | 0 | 26 | 2C | 14 | 8 | 2E | 3E |
| Octal | 313 | 176 | 162 | 0 | 46 | 54 | 24 | 10 | 56 | 76 |
| Binary | 11001011 | 1111110 | 1110010 | 0 | 100110 | 101100 | 10100 | 1000 | 101110 | 111110 |
Color Harmonies of #CB7E72
Complementary color
Monochromatic Colors of #CB7E72
Black with #CB7E72
Text Example
Text Example
White with #CB7E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7E72; }
p { color: rgb(203,126,114); }
H1.HeaderClassName
{
color: #CB7E72;
}
.AnyTagClassName
{
color: #CB7E72;
}
</style>
background-color css
<style>
a { background-color: #CB7E72; }
a { background-color: rgb(203,126,114); }
div.DivClassName
{
background-color: #CB7E72;
}
.BgClassName
{
background-color: #CB7E72;
}
</style>
border-color css
<style>
span { border-color: #CB7E72; }
span { border-color: rgb(203,126,114); }
td.TdClassName
{
border-color: #CB7E72;
}
.TagClassName
{
border-color: #CB7E72;
}
</style>