#ce8174

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

Shades of New York Pink #CE8174

Tints of New York Pink #CE8174

Color information

#CE8174 (or 0xCE8174) is unknown color: approx New York Pink. HEX triplet: CE, 81 and 74. RGB value is (206,129,116). Sum of RGB (Red+Green+Blue) = 206+129+116=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 116 (45.70% from 255 or 25.72% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8174 is #317E8B. Grayscale: #969696. Windows color (decimal): -3243660 or 7635406. OLE color: 7635406.

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

Color convert

RGB206129116-
CMYK00.370.440.19
HSL8.67º47.87%63.14%-
HSV(B)8.67º43.69%80.78%-
XYZ36.4630.0820.41-
YUV150.54108.51167.56-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.68%
GREEN value IS 129 (50.78% from 255) = 28.60%
BLUE value IS 116 (45.70% from 255) = 25.72%
R=45.68%
G=28.60%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612911600.370.440.198.6747.8763.14
HexCE81740252C139303f
Octal3162011640455423116077
Binary110011101000000111101000100101101100100111001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce8174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce8174; }

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

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

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

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

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

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

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

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