#D27B6C

Color #D27B6C New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #D27B6C

Tints of New York Pink #D27B6C

Color information

#D27B6C (or 0xD27B6C) is unknown color: approx New York Pink. HEX triplet: D2, 7B and 6C. RGB value is (210,123,108). Sum of RGB (Red+Green+Blue) = 210+123+108=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 123 (48.44% from 255 or 27.89% from 441); Blue value is 108 (42.58% from 255 or 24.49% from 441); Max value from RGB is 210 - color contains mainly: red. Hex color #D27B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27B6C is #2D8493. Grayscale: #939393. Windows color (decimal): -2983060 or 7109586. OLE color: 7109586.

HSL color Cylindrical-coordinate representation of color #D27B6C: hue angle of 8.82º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D27B6C is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB210123108-
CMYK00.410.490.18
HSL8.82º53.12%62.35%-
HSV(B)8.82º48.57%82.35%-
XYZ36.3728.9517.86-
YUV147.3105.82172.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 47.62%
GREEN value IS 123 (48.44% from 255) = 27.89%
BLUE value IS 108 (42.58% from 255) = 24.49%
R=47.62%
G=27.89%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012310800.410.490.188.8253.1262.35
HexD27B6C02931129353e
Octal3221731540516122116576
Binary11010010111101111011000101001110001100101001110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27B6C; }

 p { color: rgb(210,123,108); }

 H1.HeaderClassName
 {
   color: #D27B6C;
 }
 .AnyTagClassName
 {
   color: #D27B6C;
 }
</style>
background-color css

<style>
 a { background-color: #D27B6C; }

 a { background-color: rgb(210,123,108); }

 div.DivClassName
 {
   background-color: #D27B6C;
 }
 .BgClassName
 {
   background-color: #D27B6C;
 }
</style>
border-color css

<style>
 span { border-color: #D27B6C; }

 span { border-color: rgb(210,123,108); }

 td.TdClassName
 {
   border-color: #D27B6C;
 }
 .TagClassName
 {
   border-color: #D27B6C;
 }
</style>