Shades of New York Pink #D08276
Tints of New York Pink #D08276
RGB
CMYK
RGB Variations
Color information
#D08276 (or 0xD08276) is known color: New York Pink. HEX triplet: D0, 82 and 76. RGB value is (208,130,118). Sum of RGB (Red+Green+Blue) = 208+130+118=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D08276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08276 is #2F7D89. Grayscale: #989898. Windows color (decimal): -3112330 or 7766736. OLE color: 7766736.
HSL color Cylindrical-coordinate representation of color #D08276: hue angle of 8º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D08276 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 130 | 118 | - |
| CMYK | 0 | 0.38 | 0.43 | 0.18 |
| HSL | 8º | 0.49% | 0.64% | - |
| HSV(B) | 8º | 0.43% | 0.82% | - |
| XYZ | 37.27 | 30.68 | 21.1 | - |
| YUV | 151.95 | 108.84 | 167.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 118 | 0 | 0.38 | 0.43 | 0.18 | 8 | 0.49 | 0.64 |
| Hex | D0 | 82 | 76 | 0 | 26 | 2B | 12 | 8 | 31 | 40 |
| Octal | 320 | 202 | 166 | 0 | 46 | 53 | 22 | 10 | 61 | 100 |
| Binary | 11010000 | 10000010 | 1110110 | 0 | 100110 | 101011 | 10010 | 1000 | 110001 | 1000000 |
Color Harmonies of #D08276
Complementary color
Monochromatic Colors of #D08276
Black with #D08276
Text Example
Text Example
White with #D08276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08276; }
p { color: rgb(208,130,118); }
H1.HeaderClassName
{
color: #D08276;
}
.AnyTagClassName
{
color: #D08276;
}
</style>
background-color css
<style>
a { background-color: #D08276; }
a { background-color: rgb(208,130,118); }
div.DivClassName
{
background-color: #D08276;
}
.BgClassName
{
background-color: #D08276;
}
</style>
border-color css
<style>
span { border-color: #D08276; }
span { border-color: rgb(208,130,118); }
td.TdClassName
{
border-color: #D08276;
}
.TagClassName
{
border-color: #D08276;
}
</style>