Shades of New York Pink #CB8076
Tints of New York Pink #CB8076
RGB
CMYK
RGB Variations
Color information
#CB8076 (or 0xCB8076) is known color: New York Pink. HEX triplet: CB, 80 and 76. RGB value is (203,128,118). Sum of RGB (Red+Green+Blue) = 203+128+118=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8076 is #347F89. Grayscale: #959595. Windows color (decimal): -3440522 or 7766219. OLE color: 7766219.
HSL color Cylindrical-coordinate representation of color #CB8076: hue angle of 7.06º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CB8076 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 128 | 118 | - |
| CMYK | 0 | 0.37 | 0.42 | 0.20 |
| HSL | 7.06º | 0.45% | 0.63% | - |
| HSV(B) | 7.06º | 0.42% | 0.8% | - |
| XYZ | 35.62 | 29.44 | 20.95 | - |
| YUV | 149.29 | 110.35 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 128 | 118 | 0 | 0.37 | 0.42 | 0.20 | 7.06 | 0.45 | 0.63 |
| Hex | CB | 80 | 76 | 0 | 25 | 2A | 14 | 7 | 2D | 3F |
| Octal | 313 | 200 | 166 | 0 | 45 | 52 | 24 | 7 | 55 | 77 |
| Binary | 11001011 | 10000000 | 1110110 | 0 | 100101 | 101010 | 10100 | 111 | 101101 | 111111 |
Color Harmonies of #CB8076
Complementary color
Monochromatic Colors of #CB8076
Black with #CB8076
Text Example
Text Example
White with #CB8076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8076; }
p { color: rgb(203,128,118); }
H1.HeaderClassName
{
color: #CB8076;
}
.AnyTagClassName
{
color: #CB8076;
}
</style>
background-color css
<style>
a { background-color: #CB8076; }
a { background-color: rgb(203,128,118); }
div.DivClassName
{
background-color: #CB8076;
}
.BgClassName
{
background-color: #CB8076;
}
</style>
border-color css
<style>
span { border-color: #CB8076; }
span { border-color: rgb(203,128,118); }
td.TdClassName
{
border-color: #CB8076;
}
.TagClassName
{
border-color: #CB8076;
}
</style>