Shades of New York Pink #CB8273
Tints of New York Pink #CB8273
RGB
CMYK
RGB Variations
Color information
#CB8273 (or 0xCB8273) is known color: New York Pink. HEX triplet: CB, 82 and 73. RGB value is (203,130,115). Sum of RGB (Red+Green+Blue) = 203+130+115=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8273 is #347D8C. Grayscale: #969696. Windows color (decimal): -3440013 or 7570123. OLE color: 7570123.
HSL color Cylindrical-coordinate representation of color #CB8273: hue angle of 10.23º 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 #CB8273 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 115 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.20 |
| HSL | 10.23º | 0.46% | 0.62% | - |
| HSV(B) | 10.23º | 0.43% | 0.8% | - |
| XYZ | 35.71 | 29.9 | 20.11 | - |
| YUV | 150.12 | 108.18 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 115 | 0 | 0.36 | 0.43 | 0.20 | 10.23 | 0.46 | 0.62 |
| Hex | CB | 82 | 73 | 0 | 24 | 2B | 14 | A | 2E | 3E |
| Octal | 313 | 202 | 163 | 0 | 44 | 53 | 24 | 12 | 56 | 76 |
| Binary | 11001011 | 10000010 | 1110011 | 0 | 100100 | 101011 | 10100 | 1010 | 101110 | 111110 |
Color Harmonies of #CB8273
Complementary color
Monochromatic Colors of #CB8273
Black with #CB8273
Text Example
Text Example
White with #CB8273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8273; }
p { color: rgb(203,130,115); }
H1.HeaderClassName
{
color: #CB8273;
}
.AnyTagClassName
{
color: #CB8273;
}
</style>
background-color css
<style>
a { background-color: #CB8273; }
a { background-color: rgb(203,130,115); }
div.DivClassName
{
background-color: #CB8273;
}
.BgClassName
{
background-color: #CB8273;
}
</style>
border-color css
<style>
span { border-color: #CB8273; }
span { border-color: rgb(203,130,115); }
td.TdClassName
{
border-color: #CB8273;
}
.TagClassName
{
border-color: #CB8273;
}
</style>