#CE8070

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

Shades of New York Pink #CE8070

Tints of New York Pink #CE8070

Color information

#CE8070 (or 0xCE8070) is unknown color: approx New York Pink. HEX triplet: CE, 80 and 70. RGB value is (206,128,112). Sum of RGB (Red+Green+Blue) = 206+128+112=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 112 (44.14% from 255 or 25.11% from 446); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8070 is #317F8F. Grayscale: #959595. Windows color (decimal): -3243920 or 7373006. OLE color: 7373006.

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

Color convert

RGB206128112-
CMYK00.380.460.19
HSL10.21º48.96%62.35%-
HSV(B)10.21º45.63%80.78%-
XYZ36.129.7319.17-
YUV149.5106.84168.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.19%
GREEN value IS 128 (50.39% from 255) = 28.70%
BLUE value IS 112 (44.14% from 255) = 25.11%
R=46.19%
G=28.70%
B=25.11%

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
Decimal20612811200.380.460.1910.2148.9662.35
HexCE80700262E13a313e
Octal3162001600465623126176
Binary110011101000000011100000100110101110100111010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8070; }

 p { color: rgb(206,128,112); }

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

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

 a { background-color: rgb(206,128,112); }

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

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

 span { border-color: rgb(206,128,112); }

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