Shades of New York Pink #CF8575
Tints of New York Pink #CF8575
RGB
CMYK
RGB Variations
Color information
#CF8575 (or 0xCF8575) is known color: New York Pink. HEX triplet: CF, 85 and 75. RGB value is (207,133,117). Sum of RGB (Red+Green+Blue) = 207+133+117=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 133 (52.34% from 255 or 29.10% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8575 is #307A8A. Grayscale: #999999. Windows color (decimal): -3177099 or 7701967. OLE color: 7701967.
HSL color Cylindrical-coordinate representation of color #CF8575: hue angle of 10.67º 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 #CF8575 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 117 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.19 |
| HSL | 10.67º | 0.48% | 0.64% | - |
| HSV(B) | 10.67º | 0.43% | 0.81% | - |
| XYZ | 37.33 | 31.32 | 20.91 | - |
| YUV | 153.3 | 107.52 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 117 | 0 | 0.36 | 0.43 | 0.19 | 10.67 | 0.48 | 0.64 |
| Hex | CF | 85 | 75 | 0 | 24 | 2B | 13 | B | 30 | 40 |
| Octal | 317 | 205 | 165 | 0 | 44 | 53 | 23 | 13 | 60 | 100 |
| Binary | 11001111 | 10000101 | 1110101 | 0 | 100100 | 101011 | 10011 | 1011 | 110000 | 1000000 |
Color Harmonies of #CF8575
Complementary color
Monochromatic Colors of #CF8575
Black with #CF8575
Text Example
Text Example
White with #CF8575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8575; }
p { color: rgb(207,133,117); }
H1.HeaderClassName
{
color: #CF8575;
}
.AnyTagClassName
{
color: #CF8575;
}
</style>
background-color css
<style>
a { background-color: #CF8575; }
a { background-color: rgb(207,133,117); }
div.DivClassName
{
background-color: #CF8575;
}
.BgClassName
{
background-color: #CF8575;
}
</style>
border-color css
<style>
span { border-color: #CF8575; }
span { border-color: rgb(207,133,117); }
td.TdClassName
{
border-color: #CF8575;
}
.TagClassName
{
border-color: #CF8575;
}
</style>