#CE7A71

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

Shades of New York Pink #CE7A71

Tints of New York Pink #CE7A71

Color information

#CE7A71 (or 0xCE7A71) is unknown color: approx New York Pink. HEX triplet: CE, 7A and 71. RGB value is (206,122,113). Sum of RGB (Red+Green+Blue) = 206+122+113=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 113 (44.53% from 255 or 25.62% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7A71 is #31858E. Grayscale: #929292. Windows color (decimal): -3245455 or 7437006. OLE color: 7437006.

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

Color convert

RGB206122113-
CMYK00.410.450.19
HSL5.81º48.69%62.55%-
HSV(B)5.81º45.15%80.78%-
XYZ35.3928.2319.21-
YUV146.09109.33170.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.71%
GREEN value IS 122 (48.05% from 255) = 27.66%
BLUE value IS 113 (44.53% from 255) = 25.62%
R=46.71%
G=27.66%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612211300.410.450.195.8148.6962.55
HexCE7A710292D136313f
Octal316172161051552366177
Binary1100111011110101110001010100110110110011110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7A71; }

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

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

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

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

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

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

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

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