#CE7C71

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

Shades of New York Pink #CE7C71

Tints of New York Pink #CE7C71

Color information

#CE7C71 (or 0xCE7C71) is unknown color: approx New York Pink. HEX triplet: CE, 7C and 71. RGB value is (206,124,113). Sum of RGB (Red+Green+Blue) = 206+124+113=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7C71 is #31838E. Grayscale: #939393. Windows color (decimal): -3244943 or 7437518. OLE color: 7437518.

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

Color convert

RGB206124113-
CMYK00.400.450.19
HSL7.1º48.69%62.55%-
HSV(B)7.1º45.15%80.78%-
XYZ35.6428.7319.29-
YUV147.26108.67169.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.50%
GREEN value IS 124 (48.83% from 255) = 27.99%
BLUE value IS 113 (44.53% from 255) = 25.51%
R=46.50%
G=27.99%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612411300.400.450.197.148.6962.55
HexCE7C710282D137313f
Octal316174161050552376177
Binary1100111011111001110001010100010110110011111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7C71; }

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

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

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

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

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

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

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

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