#CE8177

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

Shades of New York Pink #CE8177

Tints of New York Pink #CE8177

Color information

#CE8177 (or 0xCE8177) is unknown color: approx New York Pink. HEX triplet: CE, 81 and 77. RGB value is (206,129,119). Sum of RGB (Red+Green+Blue) = 206+129+119=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 119 (46.88% from 255 or 26.21% from 454); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8177 is #317E88. Grayscale: #979797. Windows color (decimal): -3243657 or 7832014. OLE color: 7832014.

HSL color Cylindrical-coordinate representation of color #CE8177: hue angle of 6.9º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CE8177 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB206129119-
CMYK00.370.420.19
HSL6.9º47.03%63.73%-
HSV(B)6.9º42.23%80.78%-
XYZ36.6330.1521.34-
YUV150.88110.01167.31-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.37%
GREEN value IS 129 (50.78% from 255) = 28.41%
BLUE value IS 119 (46.88% from 255) = 26.21%
R=45.37%
G=28.41%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612911900.370.420.196.947.0363.73
HexCE81770252A1372f40
Octal3162011670455223757100
Binary110011101000000111101110100101101010100111111011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8177; }

 p { color: rgb(206,129,119); }

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

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

 a { background-color: rgb(206,129,119); }

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

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

 span { border-color: rgb(206,129,119); }

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