Shades of New York Pink #CF8473
Tints of New York Pink #CF8473
RGB
CMYK
RGB Variations
Color information
#CF8473 (or 0xCF8473) is known color: New York Pink. HEX triplet: CF, 84 and 73. RGB value is (207,132,115). Sum of RGB (Red+Green+Blue) = 207+132+115=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 115 (45.31% from 255 or 25.33% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8473 is #307B8C. Grayscale: #989898. Windows color (decimal): -3177357 or 7570639. OLE color: 7570639.
HSL color Cylindrical-coordinate representation of color #CF8473: hue angle of 11.09º 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 #CF8473 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 115 | - |
| CMYK | 0 | 0.36 | 0.44 | 0.19 |
| HSL | 11.09º | 0.49% | 0.63% | - |
| HSV(B) | 11.09º | 0.44% | 0.81% | - |
| XYZ | 37.08 | 31.01 | 20.25 | - |
| YUV | 152.49 | 106.85 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 115 | 0 | 0.36 | 0.44 | 0.19 | 11.09 | 0.49 | 0.63 |
| Hex | CF | 84 | 73 | 0 | 24 | 2C | 13 | B | 31 | 3F |
| Octal | 317 | 204 | 163 | 0 | 44 | 54 | 23 | 13 | 61 | 77 |
| Binary | 11001111 | 10000100 | 1110011 | 0 | 100100 | 101100 | 10011 | 1011 | 110001 | 111111 |
Color Harmonies of #CF8473
Complementary color
Monochromatic Colors of #CF8473
Black with #CF8473
Text Example
Text Example
White with #CF8473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8473; }
p { color: rgb(207,132,115); }
H1.HeaderClassName
{
color: #CF8473;
}
.AnyTagClassName
{
color: #CF8473;
}
</style>
background-color css
<style>
a { background-color: #CF8473; }
a { background-color: rgb(207,132,115); }
div.DivClassName
{
background-color: #CF8473;
}
.BgClassName
{
background-color: #CF8473;
}
</style>
border-color css
<style>
span { border-color: #CF8473; }
span { border-color: rgb(207,132,115); }
td.TdClassName
{
border-color: #CF8473;
}
.TagClassName
{
border-color: #CF8473;
}
</style>