Shades of New York Pink #CF8172
Tints of New York Pink #CF8172
RGB
CMYK
RGB Variations
Color information
#CF8172 (or 0xCF8172) is known color: New York Pink. HEX triplet: CF, 81 and 72. RGB value is (207,129,114). Sum of RGB (Red+Green+Blue) = 207+129+114=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8172 is #307E8D. Grayscale: #969696. Windows color (decimal): -3178126 or 7504335. OLE color: 7504335.
HSL color Cylindrical-coordinate representation of color #CF8172: hue angle of 9.68º 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 #CF8172 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 114 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.19 |
| HSL | 9.68º | 0.49% | 0.63% | - |
| HSV(B) | 9.68º | 0.45% | 0.81% | - |
| XYZ | 36.62 | 30.18 | 19.82 | - |
| YUV | 150.61 | 107.34 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 114 | 0 | 0.38 | 0.45 | 0.19 | 9.68 | 0.49 | 0.63 |
| Hex | CF | 81 | 72 | 0 | 26 | 2D | 13 | A | 31 | 3F |
| Octal | 317 | 201 | 162 | 0 | 46 | 55 | 23 | 12 | 61 | 77 |
| Binary | 11001111 | 10000001 | 1110010 | 0 | 100110 | 101101 | 10011 | 1010 | 110001 | 111111 |
Color Harmonies of #CF8172
Complementary color
Monochromatic Colors of #CF8172
Black with #CF8172
Text Example
Text Example
White with #CF8172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8172; }
p { color: rgb(207,129,114); }
H1.HeaderClassName
{
color: #CF8172;
}
.AnyTagClassName
{
color: #CF8172;
}
</style>
background-color css
<style>
a { background-color: #CF8172; }
a { background-color: rgb(207,129,114); }
div.DivClassName
{
background-color: #CF8172;
}
.BgClassName
{
background-color: #CF8172;
}
</style>
border-color css
<style>
span { border-color: #CF8172; }
span { border-color: rgb(207,129,114); }
td.TdClassName
{
border-color: #CF8172;
}
.TagClassName
{
border-color: #CF8172;
}
</style>