Shades of New York Pink #CF8075
Tints of New York Pink #CF8075
RGB
CMYK
RGB Variations
Color information
#CF8075 (or 0xCF8075) is known color: New York Pink. HEX triplet: CF, 80 and 75. RGB value is (207,128,117). Sum of RGB (Red+Green+Blue) = 207+128+117=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 117 (46.09% from 255 or 25.88% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8075 is #307F8A. Grayscale: #969696. Windows color (decimal): -3178379 or 7700687. OLE color: 7700687.
HSL color Cylindrical-coordinate representation of color #CF8075: hue angle of 7.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF8075 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 117 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.19 |
| HSL | 7.33º | 0.48% | 0.64% | - |
| HSV(B) | 7.33º | 0.43% | 0.81% | - |
| XYZ | 36.66 | 29.99 | 20.69 | - |
| YUV | 150.37 | 109.17 | 168.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 117 | 0 | 0.38 | 0.43 | 0.19 | 7.33 | 0.48 | 0.64 |
| Hex | CF | 80 | 75 | 0 | 26 | 2B | 13 | 7 | 30 | 40 |
| Octal | 317 | 200 | 165 | 0 | 46 | 53 | 23 | 7 | 60 | 100 |
| Binary | 11001111 | 10000000 | 1110101 | 0 | 100110 | 101011 | 10011 | 111 | 110000 | 1000000 |
Color Harmonies of #CF8075
Complementary color
Monochromatic Colors of #CF8075
Black with #CF8075
Text Example
Text Example
White with #CF8075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8075; }
p { color: rgb(207,128,117); }
H1.HeaderClassName
{
color: #CF8075;
}
.AnyTagClassName
{
color: #CF8075;
}
</style>
background-color css
<style>
a { background-color: #CF8075; }
a { background-color: rgb(207,128,117); }
div.DivClassName
{
background-color: #CF8075;
}
.BgClassName
{
background-color: #CF8075;
}
</style>
border-color css
<style>
span { border-color: #CF8075; }
span { border-color: rgb(207,128,117); }
td.TdClassName
{
border-color: #CF8075;
}
.TagClassName
{
border-color: #CF8075;
}
</style>