Shades of New York Pink #CF7B6D
Tints of New York Pink #CF7B6D
RGB
CMYK
RGB Variations
Color information
#CF7B6D (or 0xCF7B6D) is known color: New York Pink. HEX triplet: CF, 7B and 6D. RGB value is (207,123,109). Sum of RGB (Red+Green+Blue) = 207+123+109=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7B6D is #308492. Grayscale: #929292. Windows color (decimal): -3179667 or 7175119. OLE color: 7175119.
HSL color Cylindrical-coordinate representation of color #CF7B6D: hue angle of 8.57º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF7B6D is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 123 | 109 | - |
| CMYK | 0 | 0.41 | 0.47 | 0.19 |
| HSL | 8.57º | 0.51% | 0.62% | - |
| HSV(B) | 8.57º | 0.47% | 0.81% | - |
| XYZ | 35.58 | 28.54 | 18.1 | - |
| YUV | 146.52 | 106.83 | 171.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 109 | 0 | 0.41 | 0.47 | 0.19 | 8.57 | 0.51 | 0.62 |
| Hex | CF | 7B | 6D | 0 | 29 | 2F | 13 | 9 | 33 | 3E |
| Octal | 317 | 173 | 155 | 0 | 51 | 57 | 23 | 11 | 63 | 76 |
| Binary | 11001111 | 1111011 | 1101101 | 0 | 101001 | 101111 | 10011 | 1001 | 110011 | 111110 |
Color Harmonies of #CF7B6D
Complementary color
Monochromatic Colors of #CF7B6D
Black with #CF7B6D
Text Example
Text Example
White with #CF7B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7B6D; }
p { color: rgb(207,123,109); }
H1.HeaderClassName
{
color: #CF7B6D;
}
.AnyTagClassName
{
color: #CF7B6D;
}
</style>
background-color css
<style>
a { background-color: #CF7B6D; }
a { background-color: rgb(207,123,109); }
div.DivClassName
{
background-color: #CF7B6D;
}
.BgClassName
{
background-color: #CF7B6D;
}
</style>
border-color css
<style>
span { border-color: #CF7B6D; }
span { border-color: rgb(207,123,109); }
td.TdClassName
{
border-color: #CF7B6D;
}
.TagClassName
{
border-color: #CF7B6D;
}
</style>