Shades of New York Pink #CB8072
Tints of New York Pink #CB8072
RGB
CMYK
RGB Variations
Color information
#CB8072 (or 0xCB8072) is known color: New York Pink. HEX triplet: CB, 80 and 72. RGB value is (203,128,114). Sum of RGB (Red+Green+Blue) = 203+128+114=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 114 (44.92% from 255 or 25.62% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8072 is #347F8D. Grayscale: #949494. Windows color (decimal): -3440526 or 7504075. OLE color: 7504075.
HSL color Cylindrical-coordinate representation of color #CB8072: hue angle of 9.44º 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 #CB8072 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 114 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.20 |
| HSL | 9.44º | 0.46% | 0.62% | - |
| HSV(B) | 9.44º | 0.44% | 0.8% | - |
| XYZ | 35.39 | 29.35 | 19.72 | - |
| YUV | 148.83 | 108.35 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 114 | 0 | 0.37 | 0.44 | 0.20 | 9.44 | 0.46 | 0.62 |
| Hex | CB | 80 | 72 | 0 | 25 | 2C | 14 | 9 | 2E | 3E |
| Octal | 313 | 200 | 162 | 0 | 45 | 54 | 24 | 11 | 56 | 76 |
| Binary | 11001011 | 10000000 | 1110010 | 0 | 100101 | 101100 | 10100 | 1001 | 101110 | 111110 |
Color Harmonies of #CB8072
Complementary color
Monochromatic Colors of #CB8072
Black with #CB8072
Text Example
Text Example
White with #CB8072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8072; }
p { color: rgb(203,128,114); }
H1.HeaderClassName
{
color: #CB8072;
}
.AnyTagClassName
{
color: #CB8072;
}
</style>
background-color css
<style>
a { background-color: #CB8072; }
a { background-color: rgb(203,128,114); }
div.DivClassName
{
background-color: #CB8072;
}
.BgClassName
{
background-color: #CB8072;
}
</style>
border-color css
<style>
span { border-color: #CB8072; }
span { border-color: rgb(203,128,114); }
td.TdClassName
{
border-color: #CB8072;
}
.TagClassName
{
border-color: #CB8072;
}
</style>