Shades of New York Pink #CB8275
Tints of New York Pink #CB8275
RGB
CMYK
RGB Variations
Color information
#CB8275 (or 0xCB8275) is known color: New York Pink. HEX triplet: CB, 82 and 75. RGB value is (203,130,117). Sum of RGB (Red+Green+Blue) = 203+130+117=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8275 is #347D8A. Grayscale: #969696. Windows color (decimal): -3440011 or 7701195. OLE color: 7701195.
HSL color Cylindrical-coordinate representation of color #CB8275: hue angle of 9.07º 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 #CB8275 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 117 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.20 |
| HSL | 9.07º | 0.45% | 0.63% | - |
| HSV(B) | 9.07º | 0.42% | 0.8% | - |
| XYZ | 35.82 | 29.95 | 20.72 | - |
| YUV | 150.35 | 109.18 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 117 | 0 | 0.36 | 0.42 | 0.20 | 9.07 | 0.45 | 0.63 |
| Hex | CB | 82 | 75 | 0 | 24 | 2A | 14 | 9 | 2D | 3F |
| Octal | 313 | 202 | 165 | 0 | 44 | 52 | 24 | 11 | 55 | 77 |
| Binary | 11001011 | 10000010 | 1110101 | 0 | 100100 | 101010 | 10100 | 1001 | 101101 | 111111 |
Color Harmonies of #CB8275
Complementary color
Monochromatic Colors of #CB8275
Black with #CB8275
Text Example
Text Example
White with #CB8275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8275; }
p { color: rgb(203,130,117); }
H1.HeaderClassName
{
color: #CB8275;
}
.AnyTagClassName
{
color: #CB8275;
}
</style>
background-color css
<style>
a { background-color: #CB8275; }
a { background-color: rgb(203,130,117); }
div.DivClassName
{
background-color: #CB8275;
}
.BgClassName
{
background-color: #CB8275;
}
</style>
border-color css
<style>
span { border-color: #CB8275; }
span { border-color: rgb(203,130,117); }
td.TdClassName
{
border-color: #CB8275;
}
.TagClassName
{
border-color: #CB8275;
}
</style>