#CE8574

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

Shades of New York Pink #CE8574

Tints of New York Pink #CE8574

Color information

#CE8574 (or 0xCE8574) is unknown color: approx New York Pink. HEX triplet: CE, 85 and 74. RGB value is (206,133,116). Sum of RGB (Red+Green+Blue) = 206+133+116=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 116 (45.70% from 255 or 25.49% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8574 is #317A8B. Grayscale: #999999. Windows color (decimal): -3242636 or 7636430. OLE color: 7636430.

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

Color convert

RGB206133116-
CMYK00.350.440.19
HSL11.33º47.87%63.14%-
HSV(B)11.33º43.69%80.78%-
XYZ36.9931.1620.59-
YUV152.89107.18165.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.27%
GREEN value IS 133 (52.34% from 255) = 29.23%
BLUE value IS 116 (45.70% from 255) = 25.49%
R=45.27%
G=29.23%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613311600.350.440.1911.3347.8763.14
HexCE85740232C13b303f
Octal3162051640435423136077
Binary110011101000010111101000100011101100100111011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8574; }

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

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

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

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

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

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

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

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