Shades of New York Pink #D37A6C
Tints of New York Pink #D37A6C
RGB
CMYK
RGB Variations
Color information
#D37A6C (or 0xD37A6C) is known color: New York Pink. HEX triplet: D3, 7A and 6C. RGB value is (211,122,108). Sum of RGB (Red+Green+Blue) = 211+122+108=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D37A6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37A6C is #2C8593. Grayscale: #939393. Windows color (decimal): -2917780 or 7109331. OLE color: 7109331.
HSL color Cylindrical-coordinate representation of color #D37A6C: hue angle of 8.16º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D37A6C is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 122 | 108 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.17 |
| HSL | 8.16º | 0.54% | 0.63% | - |
| HSV(B) | 8.16º | 0.49% | 0.83% | - |
| XYZ | 36.53 | 28.85 | 17.83 | - |
| YUV | 147.02 | 105.99 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 122 | 108 | 0 | 0.42 | 0.49 | 0.17 | 8.16 | 0.54 | 0.63 |
| Hex | D3 | 7A | 6C | 0 | 2A | 31 | 11 | 8 | 36 | 3F |
| Octal | 323 | 172 | 154 | 0 | 52 | 61 | 21 | 10 | 66 | 77 |
| Binary | 11010011 | 1111010 | 1101100 | 0 | 101010 | 110001 | 10001 | 1000 | 110110 | 111111 |
Color Harmonies of #D37A6C
Complementary color
Monochromatic Colors of #D37A6C
Black with #D37A6C
Text Example
Text Example
White with #D37A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37A6C; }
p { color: rgb(211,122,108); }
H1.HeaderClassName
{
color: #D37A6C;
}
.AnyTagClassName
{
color: #D37A6C;
}
</style>
background-color css
<style>
a { background-color: #D37A6C; }
a { background-color: rgb(211,122,108); }
div.DivClassName
{
background-color: #D37A6C;
}
.BgClassName
{
background-color: #D37A6C;
}
</style>
border-color css
<style>
span { border-color: #D37A6C; }
span { border-color: rgb(211,122,108); }
td.TdClassName
{
border-color: #D37A6C;
}
.TagClassName
{
border-color: #D37A6C;
}
</style>