#CE7F72

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

Shades of New York Pink #CE7F72

Tints of New York Pink #CE7F72

Color information

#CE7F72 (or 0xCE7F72) is unknown color: approx New York Pink. HEX triplet: CE, 7F and 72. RGB value is (206,127,114). Sum of RGB (Red+Green+Blue) = 206+127+114=447 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.09% from 447); Green value is 127 (50% from 255 or 28.41% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7F72 is #31808D. Grayscale: #959595. Windows color (decimal): -3244174 or 7503822. OLE color: 7503822.

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

Color convert

RGB206127114-
CMYK00.380.450.19
HSL8.48º48.42%62.75%-
HSV(B)8.48º44.66%80.78%-
XYZ36.0829.5219.72-
YUV149.14108.17168.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.09%
GREEN value IS 127 (50% from 255) = 28.41%
BLUE value IS 114 (44.92% from 255) = 25.50%
R=46.09%
G=28.41%
B=25.50%

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
Decimal20612711400.380.450.198.4848.4262.75
HexCE7F720262D138303f
Octal3161771620465523106077
Binary11001110111111111100100100110101101100111000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7F72; }

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

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

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

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

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

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

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

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