Shades of New York Pink #CF8472
Tints of New York Pink #CF8472
RGB
CMYK
RGB Variations
Color information
#CF8472 (or 0xCF8472) is known color: New York Pink. HEX triplet: CF, 84 and 72. RGB value is (207,132,114). Sum of RGB (Red+Green+Blue) = 207+132+114=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 114 (44.92% from 255 or 25.17% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8472 is #307B8D. Grayscale: #989898. Windows color (decimal): -3177358 or 7505103. OLE color: 7505103.
HSL color Cylindrical-coordinate representation of color #CF8472: hue angle of 11.61º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF8472 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 114 | - |
| CMYK | 0 | 0.36 | 0.45 | 0.19 |
| HSL | 11.61º | 0.49% | 0.63% | - |
| HSV(B) | 11.61º | 0.45% | 0.81% | - |
| XYZ | 37.02 | 30.98 | 19.95 | - |
| YUV | 152.37 | 106.35 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 114 | 0 | 0.36 | 0.45 | 0.19 | 11.61 | 0.49 | 0.63 |
| Hex | CF | 84 | 72 | 0 | 24 | 2D | 13 | C | 31 | 3F |
| Octal | 317 | 204 | 162 | 0 | 44 | 55 | 23 | 14 | 61 | 77 |
| Binary | 11001111 | 10000100 | 1110010 | 0 | 100100 | 101101 | 10011 | 1100 | 110001 | 111111 |
Color Harmonies of #CF8472
Complementary color
Monochromatic Colors of #CF8472
Black with #CF8472
Text Example
Text Example
White with #CF8472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8472; }
p { color: rgb(207,132,114); }
H1.HeaderClassName
{
color: #CF8472;
}
.AnyTagClassName
{
color: #CF8472;
}
</style>
background-color css
<style>
a { background-color: #CF8472; }
a { background-color: rgb(207,132,114); }
div.DivClassName
{
background-color: #CF8472;
}
.BgClassName
{
background-color: #CF8472;
}
</style>
border-color css
<style>
span { border-color: #CF8472; }
span { border-color: rgb(207,132,114); }
td.TdClassName
{
border-color: #CF8472;
}
.TagClassName
{
border-color: #CF8472;
}
</style>