#CE8575

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

Shades of New York Pink #CE8575

Tints of New York Pink #CE8575

Color information

#CE8575 (or 0xCE8575) is unknown color: approx New York Pink. HEX triplet: CE, 85 and 75. RGB value is (206,133,117). Sum of RGB (Red+Green+Blue) = 206+133+117=456 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.18% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8575 is #317A8A. Grayscale: #999999. Windows color (decimal): -3242635 or 7701966. OLE color: 7701966.

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

Color convert

RGB206133117-
CMYK00.350.430.19
HSL10.79º47.59%63.33%-
HSV(B)10.79º43.2%80.78%-
XYZ37.0531.1820.9-
YUV153107.68165.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.18%
GREEN value IS 133 (52.34% from 255) = 29.17%
BLUE value IS 117 (46.09% from 255) = 25.66%
R=45.18%
G=29.17%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20613311700.350.430.1910.7947.5963.33
HexCE85750232B13b303f
Octal3162051650435323136077
Binary110011101000010111101010100011101011100111011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8575; }

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

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

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

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

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

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

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

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