#CE7A6F

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

Shades of New York Pink #CE7A6F

Tints of New York Pink #CE7A6F

Color information

#CE7A6F (or 0xCE7A6F) is unknown color: approx New York Pink. HEX triplet: CE, 7A and 6F. RGB value is (206,122,111). Sum of RGB (Red+Green+Blue) = 206+122+111=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7A6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7A6F is #318590. Grayscale: #919191. Windows color (decimal): -3245457 or 7305934. OLE color: 7305934.

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

Color convert

RGB206122111-
CMYK00.410.460.19
HSL6.95º49.22%62.16%-
HSV(B)6.95º46.12%80.78%-
XYZ35.2828.1918.62-
YUV145.86108.33170.89-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.92%
GREEN value IS 122 (48.05% from 255) = 27.79%
BLUE value IS 111 (43.75% from 255) = 25.28%
R=46.92%
G=27.79%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612211100.410.460.196.9549.2262.16
HexCE7A6F0292E137313e
Octal316172157051562376176
Binary1100111011110101101111010100110111010011111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE7A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE7A6F; }

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

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

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

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

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

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

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

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