Shades of New York Pink #D08173
Tints of New York Pink #D08173
RGB
CMYK
RGB Variations
Color information
#D08173 (or 0xD08173) is known color: New York Pink. HEX triplet: D0, 81 and 73. RGB value is (208,129,115). Sum of RGB (Red+Green+Blue) = 208+129+115=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D08173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08173 is #2F7E8C. Grayscale: #979797. Windows color (decimal): -3112589 or 7569872. OLE color: 7569872.
HSL color Cylindrical-coordinate representation of color #D08173: hue angle of 9.03º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D08173 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 129 | 115 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.18 |
| HSL | 9.03º | 0.5% | 0.63% | - |
| HSV(B) | 9.03º | 0.45% | 0.82% | - |
| XYZ | 36.96 | 30.35 | 20.13 | - |
| YUV | 151.03 | 107.67 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 115 | 0 | 0.38 | 0.45 | 0.18 | 9.03 | 0.5 | 0.63 |
| Hex | D0 | 81 | 73 | 0 | 26 | 2D | 12 | 9 | 32 | 3F |
| Octal | 320 | 201 | 163 | 0 | 46 | 55 | 22 | 11 | 62 | 77 |
| Binary | 11010000 | 10000001 | 1110011 | 0 | 100110 | 101101 | 10010 | 1001 | 110010 | 111111 |
Color Harmonies of #D08173
Complementary color
Monochromatic Colors of #D08173
Black with #D08173
Text Example
Text Example
White with #D08173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08173; }
p { color: rgb(208,129,115); }
H1.HeaderClassName
{
color: #D08173;
}
.AnyTagClassName
{
color: #D08173;
}
</style>
background-color css
<style>
a { background-color: #D08173; }
a { background-color: rgb(208,129,115); }
div.DivClassName
{
background-color: #D08173;
}
.BgClassName
{
background-color: #D08173;
}
</style>
border-color css
<style>
span { border-color: #D08173; }
span { border-color: rgb(208,129,115); }
td.TdClassName
{
border-color: #D08173;
}
.TagClassName
{
border-color: #D08173;
}
</style>