Shades of New York Pink #CF8171
Tints of New York Pink #CF8171
RGB
CMYK
RGB Variations
Color information
#CF8171 (or 0xCF8171) is known color: New York Pink. HEX triplet: CF, 81 and 71. RGB value is (207,129,113). Sum of RGB (Red+Green+Blue) = 207+129+113=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8171 is #307E8E. Grayscale: #969696. Windows color (decimal): -3178127 or 7438799. OLE color: 7438799.
HSL color Cylindrical-coordinate representation of color #CF8171: hue angle of 10.21º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF8171 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 113 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.19 |
| HSL | 10.21º | 0.49% | 0.63% | - |
| HSV(B) | 10.21º | 0.45% | 0.81% | - |
| XYZ | 36.56 | 30.16 | 19.52 | - |
| YUV | 150.5 | 106.84 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 113 | 0 | 0.38 | 0.45 | 0.19 | 10.21 | 0.49 | 0.63 |
| Hex | CF | 81 | 71 | 0 | 26 | 2D | 13 | A | 31 | 3F |
| Octal | 317 | 201 | 161 | 0 | 46 | 55 | 23 | 12 | 61 | 77 |
| Binary | 11001111 | 10000001 | 1110001 | 0 | 100110 | 101101 | 10011 | 1010 | 110001 | 111111 |
Color Harmonies of #CF8171
Complementary color
Monochromatic Colors of #CF8171
Black with #CF8171
Text Example
Text Example
White with #CF8171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8171; }
p { color: rgb(207,129,113); }
H1.HeaderClassName
{
color: #CF8171;
}
.AnyTagClassName
{
color: #CF8171;
}
</style>
background-color css
<style>
a { background-color: #CF8171; }
a { background-color: rgb(207,129,113); }
div.DivClassName
{
background-color: #CF8171;
}
.BgClassName
{
background-color: #CF8171;
}
</style>
border-color css
<style>
span { border-color: #CF8171; }
span { border-color: rgb(207,129,113); }
td.TdClassName
{
border-color: #CF8171;
}
.TagClassName
{
border-color: #CF8171;
}
</style>