Shades of New York Pink #CB8272
Tints of New York Pink #CB8272
RGB
CMYK
RGB Variations
Color information
#CB8272 (or 0xCB8272) is known color: New York Pink. HEX triplet: CB, 82 and 72. RGB value is (203,130,114). Sum of RGB (Red+Green+Blue) = 203+130+114=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8272 is #347D8D. Grayscale: #969696. Windows color (decimal): -3440014 or 7504587. OLE color: 7504587.
HSL color Cylindrical-coordinate representation of color #CB8272: hue angle of 10.79º 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 #CB8272 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 130 | 114 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.20 |
| HSL | 10.79º | 0.46% | 0.62% | - |
| HSV(B) | 10.79º | 0.44% | 0.8% | - |
| XYZ | 35.65 | 29.88 | 19.81 | - |
| YUV | 150 | 107.68 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 130 | 114 | 0 | 0.36 | 0.44 | 0.20 | 10.79 | 0.46 | 0.62 |
| Hex | CB | 82 | 72 | 0 | 24 | 2C | 14 | B | 2E | 3E |
| Octal | 313 | 202 | 162 | 0 | 44 | 54 | 24 | 13 | 56 | 76 |
| Binary | 11001011 | 10000010 | 1110010 | 0 | 100100 | 101100 | 10100 | 1011 | 101110 | 111110 |
Color Harmonies of #CB8272
Complementary color
Monochromatic Colors of #CB8272
Black with #CB8272
Text Example
Text Example
White with #CB8272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB8272; }
p { color: rgb(203,130,114); }
H1.HeaderClassName
{
color: #CB8272;
}
.AnyTagClassName
{
color: #CB8272;
}
</style>
background-color css
<style>
a { background-color: #CB8272; }
a { background-color: rgb(203,130,114); }
div.DivClassName
{
background-color: #CB8272;
}
.BgClassName
{
background-color: #CB8272;
}
</style>
border-color css
<style>
span { border-color: #CB8272; }
span { border-color: rgb(203,130,114); }
td.TdClassName
{
border-color: #CB8272;
}
.TagClassName
{
border-color: #CB8272;
}
</style>