Shades of New York Pink #CF8476
Tints of New York Pink #CF8476
RGB
CMYK
RGB Variations
Color information
#CF8476 (or 0xCF8476) is known color: New York Pink. HEX triplet: CF, 84 and 76. RGB value is (207,132,118). Sum of RGB (Red+Green+Blue) = 207+132+118=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8476 is #307B89. Grayscale: #989898. Windows color (decimal): -3177354 or 7767247. OLE color: 7767247.
HSL color Cylindrical-coordinate representation of color #CF8476: hue angle of 9.44º 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 #CF8476 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 118 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.19 |
| HSL | 9.44º | 0.48% | 0.64% | - |
| HSV(B) | 9.44º | 0.43% | 0.81% | - |
| XYZ | 37.25 | 31.08 | 21.17 | - |
| YUV | 152.83 | 108.35 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 118 | 0 | 0.36 | 0.43 | 0.19 | 9.44 | 0.48 | 0.64 |
| Hex | CF | 84 | 76 | 0 | 24 | 2B | 13 | 9 | 30 | 40 |
| Octal | 317 | 204 | 166 | 0 | 44 | 53 | 23 | 11 | 60 | 100 |
| Binary | 11001111 | 10000100 | 1110110 | 0 | 100100 | 101011 | 10011 | 1001 | 110000 | 1000000 |
Color Harmonies of #CF8476
Complementary color
Monochromatic Colors of #CF8476
Black with #CF8476
Text Example
Text Example
White with #CF8476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8476; }
p { color: rgb(207,132,118); }
H1.HeaderClassName
{
color: #CF8476;
}
.AnyTagClassName
{
color: #CF8476;
}
</style>
background-color css
<style>
a { background-color: #CF8476; }
a { background-color: rgb(207,132,118); }
div.DivClassName
{
background-color: #CF8476;
}
.BgClassName
{
background-color: #CF8476;
}
</style>
border-color css
<style>
span { border-color: #CF8476; }
span { border-color: rgb(207,132,118); }
td.TdClassName
{
border-color: #CF8476;
}
.TagClassName
{
border-color: #CF8476;
}
</style>