Shades of New York Pink #CF8177
Tints of New York Pink #CF8177
RGB
CMYK
RGB Variations
Color information
#CF8177 (or 0xCF8177) is known color: New York Pink. HEX triplet: CF, 81 and 77. RGB value is (207,129,119). Sum of RGB (Red+Green+Blue) = 207+129+119=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 119 (46.88% from 255 or 26.15% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8177 is #307E88. Grayscale: #979797. Windows color (decimal): -3178121 or 7832015. OLE color: 7832015.
HSL color Cylindrical-coordinate representation of color #CF8177: hue angle of 6.82º 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 #CF8177 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 119 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.19 |
| HSL | 6.82º | 0.48% | 0.64% | - |
| HSV(B) | 6.82º | 0.43% | 0.81% | - |
| XYZ | 36.91 | 30.3 | 21.36 | - |
| YUV | 151.18 | 109.84 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 119 | 0 | 0.38 | 0.43 | 0.19 | 6.82 | 0.48 | 0.64 |
| Hex | CF | 81 | 77 | 0 | 26 | 2B | 13 | 7 | 30 | 40 |
| Octal | 317 | 201 | 167 | 0 | 46 | 53 | 23 | 7 | 60 | 100 |
| Binary | 11001111 | 10000001 | 1110111 | 0 | 100110 | 101011 | 10011 | 111 | 110000 | 1000000 |
Color Harmonies of #CF8177
Complementary color
Monochromatic Colors of #CF8177
Black with #CF8177
Text Example
Text Example
White with #CF8177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8177; }
p { color: rgb(207,129,119); }
H1.HeaderClassName
{
color: #CF8177;
}
.AnyTagClassName
{
color: #CF8177;
}
</style>
background-color css
<style>
a { background-color: #CF8177; }
a { background-color: rgb(207,129,119); }
div.DivClassName
{
background-color: #CF8177;
}
.BgClassName
{
background-color: #CF8177;
}
</style>
border-color css
<style>
span { border-color: #CF8177; }
span { border-color: rgb(207,129,119); }
td.TdClassName
{
border-color: #CF8177;
}
.TagClassName
{
border-color: #CF8177;
}
</style>