Shades of New York Pink #CD8172
Tints of New York Pink #CD8172
RGB
CMYK
RGB Variations
Color information
#CD8172 (or 0xCD8172) is known color: New York Pink. HEX triplet: CD, 81 and 72. RGB value is (205,129,114). Sum of RGB (Red+Green+Blue) = 205+129+114=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8172 is #327E8D. Grayscale: #969696. Windows color (decimal): -3309198 or 7504333. OLE color: 7504333.
HSL color Cylindrical-coordinate representation of color #CD8172: hue angle of 9.89º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD8172 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 129 | 114 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.20 |
| HSL | 9.89º | 0.48% | 0.63% | - |
| HSV(B) | 9.89º | 0.44% | 0.8% | - |
| XYZ | 36.06 | 29.89 | 19.79 | - |
| YUV | 150.01 | 107.68 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 129 | 114 | 0 | 0.37 | 0.44 | 0.20 | 9.89 | 0.48 | 0.63 |
| Hex | CD | 81 | 72 | 0 | 25 | 2C | 14 | A | 30 | 3F |
| Octal | 315 | 201 | 162 | 0 | 45 | 54 | 24 | 12 | 60 | 77 |
| Binary | 11001101 | 10000001 | 1110010 | 0 | 100101 | 101100 | 10100 | 1010 | 110000 | 111111 |
Color Harmonies of #CD8172
Complementary color
Monochromatic Colors of #CD8172
Black with #CD8172
Text Example
Text Example
White with #CD8172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8172; }
p { color: rgb(205,129,114); }
H1.HeaderClassName
{
color: #CD8172;
}
.AnyTagClassName
{
color: #CD8172;
}
</style>
background-color css
<style>
a { background-color: #CD8172; }
a { background-color: rgb(205,129,114); }
div.DivClassName
{
background-color: #CD8172;
}
.BgClassName
{
background-color: #CD8172;
}
</style>
border-color css
<style>
span { border-color: #CD8172; }
span { border-color: rgb(205,129,114); }
td.TdClassName
{
border-color: #CD8172;
}
.TagClassName
{
border-color: #CD8172;
}
</style>