Shades of New York Pink #CF8375
Tints of New York Pink #CF8375
RGB
CMYK
RGB Variations
Color information
#CF8375 (or 0xCF8375) is known color: New York Pink. HEX triplet: CF, 83 and 75. RGB value is (207,131,117). Sum of RGB (Red+Green+Blue) = 207+131+117=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8375 is #307C8A. Grayscale: #989898. Windows color (decimal): -3177611 or 7701455. OLE color: 7701455.
HSL color Cylindrical-coordinate representation of color #CF8375: hue angle of 9.33º 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 #CF8375 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 131 | 117 | - |
| CMYK | 0 | 0.37 | 0.43 | 0.19 |
| HSL | 9.33º | 0.48% | 0.64% | - |
| HSV(B) | 9.33º | 0.43% | 0.81% | - |
| XYZ | 37.06 | 30.78 | 20.82 | - |
| YUV | 152.13 | 108.18 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 117 | 0 | 0.37 | 0.43 | 0.19 | 9.33 | 0.48 | 0.64 |
| Hex | CF | 83 | 75 | 0 | 25 | 2B | 13 | 9 | 30 | 40 |
| Octal | 317 | 203 | 165 | 0 | 45 | 53 | 23 | 11 | 60 | 100 |
| Binary | 11001111 | 10000011 | 1110101 | 0 | 100101 | 101011 | 10011 | 1001 | 110000 | 1000000 |
Color Harmonies of #CF8375
Complementary color
Monochromatic Colors of #CF8375
Black with #CF8375
Text Example
Text Example
White with #CF8375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8375; }
p { color: rgb(207,131,117); }
H1.HeaderClassName
{
color: #CF8375;
}
.AnyTagClassName
{
color: #CF8375;
}
</style>
background-color css
<style>
a { background-color: #CF8375; }
a { background-color: rgb(207,131,117); }
div.DivClassName
{
background-color: #CF8375;
}
.BgClassName
{
background-color: #CF8375;
}
</style>
border-color css
<style>
span { border-color: #CF8375; }
span { border-color: rgb(207,131,117); }
td.TdClassName
{
border-color: #CF8375;
}
.TagClassName
{
border-color: #CF8375;
}
</style>