Shades of New York Pink #CF8374
Tints of New York Pink #CF8374
RGB
CMYK
RGB Variations
Color information
#CF8374 (or 0xCF8374) is known color: New York Pink. HEX triplet: CF, 83 and 74. RGB value is (207,131,116). Sum of RGB (Red+Green+Blue) = 207+131+116=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8374 is #307C8B. Grayscale: #989898. Windows color (decimal): -3177612 or 7635919. OLE color: 7635919.
HSL color Cylindrical-coordinate representation of color #CF8374: hue angle of 9.89º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CF8374 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 131 | 116 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.19 |
| HSL | 9.89º | 0.49% | 0.63% | - |
| HSV(B) | 9.89º | 0.44% | 0.81% | - |
| XYZ | 37 | 30.76 | 20.51 | - |
| YUV | 152.01 | 107.68 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 116 | 0 | 0.37 | 0.44 | 0.19 | 9.89 | 0.49 | 0.63 |
| Hex | CF | 83 | 74 | 0 | 25 | 2C | 13 | A | 31 | 3F |
| Octal | 317 | 203 | 164 | 0 | 45 | 54 | 23 | 12 | 61 | 77 |
| Binary | 11001111 | 10000011 | 1110100 | 0 | 100101 | 101100 | 10011 | 1010 | 110001 | 111111 |
Color Harmonies of #CF8374
Complementary color
Monochromatic Colors of #CF8374
Black with #CF8374
Text Example
Text Example
White with #CF8374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8374; }
p { color: rgb(207,131,116); }
H1.HeaderClassName
{
color: #CF8374;
}
.AnyTagClassName
{
color: #CF8374;
}
</style>
background-color css
<style>
a { background-color: #CF8374; }
a { background-color: rgb(207,131,116); }
div.DivClassName
{
background-color: #CF8374;
}
.BgClassName
{
background-color: #CF8374;
}
</style>
border-color css
<style>
span { border-color: #CF8374; }
span { border-color: rgb(207,131,116); }
td.TdClassName
{
border-color: #CF8374;
}
.TagClassName
{
border-color: #CF8374;
}
</style>