Shades of New York Pink #CF8070
Tints of New York Pink #CF8070
RGB
CMYK
RGB Variations
Color information
#CF8070 (or 0xCF8070) is known color: New York Pink. HEX triplet: CF, 80 and 70. RGB value is (207,128,112). Sum of RGB (Red+Green+Blue) = 207+128+112=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 112 (44.14% from 255 or 25.06% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8070 is #307F8F. Grayscale: #959595. Windows color (decimal): -3178384 or 7373007. OLE color: 7373007.
HSL color Cylindrical-coordinate representation of color #CF8070: hue angle of 10.11º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF8070 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 112 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.19 |
| HSL | 10.11º | 0.5% | 0.63% | - |
| HSV(B) | 10.11º | 0.46% | 0.81% | - |
| XYZ | 36.38 | 29.87 | 19.18 | - |
| YUV | 149.8 | 106.67 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 112 | 0 | 0.38 | 0.46 | 0.19 | 10.11 | 0.5 | 0.63 |
| Hex | CF | 80 | 70 | 0 | 26 | 2E | 13 | A | 32 | 3F |
| Octal | 317 | 200 | 160 | 0 | 46 | 56 | 23 | 12 | 62 | 77 |
| Binary | 11001111 | 10000000 | 1110000 | 0 | 100110 | 101110 | 10011 | 1010 | 110010 | 111111 |
Color Harmonies of #CF8070
Complementary color
Monochromatic Colors of #CF8070
Black with #CF8070
Text Example
Text Example
White with #CF8070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8070; }
p { color: rgb(207,128,112); }
H1.HeaderClassName
{
color: #CF8070;
}
.AnyTagClassName
{
color: #CF8070;
}
</style>
background-color css
<style>
a { background-color: #CF8070; }
a { background-color: rgb(207,128,112); }
div.DivClassName
{
background-color: #CF8070;
}
.BgClassName
{
background-color: #CF8070;
}
</style>
border-color css
<style>
span { border-color: #CF8070; }
span { border-color: rgb(207,128,112); }
td.TdClassName
{
border-color: #CF8070;
}
.TagClassName
{
border-color: #CF8070;
}
</style>