#CE7F6F

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

Shades of New York Pink #CE7F6F

Tints of New York Pink #CE7F6F

Color information

#CE7F6F (or 0xCE7F6F) is unknown color: approx New York Pink. HEX triplet: CE, 7F and 6F. RGB value is (206,127,111). Sum of RGB (Red+Green+Blue) = 206+127+111=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7F6F is #318090. Grayscale: #949494. Windows color (decimal): -3244177 or 7307214. OLE color: 7307214.

HSL color Cylindrical-coordinate representation of color #CE7F6F: hue angle of 10.11º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE7F6F is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB206127111-
CMYK00.380.460.19
HSL10.11º49.22%62.16%-
HSV(B)10.11º46.12%80.78%-
XYZ35.9129.4518.83-
YUV148.8106.67168.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.40%
GREEN value IS 127 (50% from 255) = 28.60%
BLUE value IS 111 (43.75% from 255) = 25%
R=46.40%
G=28.60%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612711100.380.460.1910.1149.2262.16
HexCE7F6F0262E13a313e
Octal3161771570465623126176
Binary11001110111111111011110100110101110100111010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7F6F; }

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

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

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

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

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

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

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

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