#CE7F71

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

Shades of New York Pink #CE7F71

Tints of New York Pink #CE7F71

Color information

#CE7F71 (or 0xCE7F71) is unknown color: approx New York Pink. HEX triplet: CE, 7F and 71. RGB value is (206,127,113). Sum of RGB (Red+Green+Blue) = 206+127+113=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 113 (44.53% from 255 or 25.34% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7F71 is #31808E. Grayscale: #959595. Windows color (decimal): -3244175 or 7438286. OLE color: 7438286.

HSL color Cylindrical-coordinate representation of color #CE7F71: hue angle of 9.03º 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 #CE7F71 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB206127113-
CMYK00.380.450.19
HSL9.03º48.69%62.55%-
HSV(B)9.03º45.15%80.78%-
XYZ36.0229.4919.42-
YUV149.02107.67168.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.19%
GREEN value IS 127 (50% from 255) = 28.48%
BLUE value IS 113 (44.53% from 255) = 25.34%
R=46.19%
G=28.48%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612711300.380.450.199.0348.6962.55
HexCE7F710262D139313f
Octal3161771610465523116177
Binary11001110111111111100010100110101101100111001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7F71; }

 p { color: rgb(206,127,113); }

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

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

 a { background-color: rgb(206,127,113); }

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

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

 span { border-color: rgb(206,127,113); }

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