#ce8475

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

Shades of New York Pink #CE8475

Tints of New York Pink #CE8475

Color information

#CE8475 (or 0xCE8475) is unknown color: approx New York Pink. HEX triplet: CE, 84 and 75. RGB value is (206,132,117). Sum of RGB (Red+Green+Blue) = 206+132+117=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8475 is #317B8A. Grayscale: #989898. Windows color (decimal): -3242891 or 7701710. OLE color: 7701710.

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

Color convert

RGB206132117-
CMYK00.360.430.19
HSL10.11º47.59%63.33%-
HSV(B)10.11º43.2%80.78%-
XYZ36.9230.9120.85-
YUV152.42108.02166.22-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.27%
GREEN value IS 132 (51.95% from 255) = 29.01%
BLUE value IS 117 (46.09% from 255) = 25.71%
R=45.27%
G=29.01%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613211700.360.430.1910.1147.5963.33
HexCE84750242B13a303f
Octal3162041650445323126077
Binary110011101000010011101010100100101011100111010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce8475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce8475; }

 p { color: rgb(206,132,117); }

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

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

 a { background-color: rgb(206,132,117); }

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

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

 span { border-color: rgb(206,132,117); }

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