#CE8173

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

Shades of New York Pink #CE8173

Tints of New York Pink #CE8173

Color information

#CE8173 (or 0xCE8173) is unknown color: approx New York Pink. HEX triplet: CE, 81 and 73. RGB value is (206,129,115). Sum of RGB (Red+Green+Blue) = 206+129+115=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8173 is #317E8C. Grayscale: #969696. Windows color (decimal): -3243661 or 7569870. OLE color: 7569870.

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

Color convert

RGB206129115-
CMYK00.370.440.19
HSL9.23º48.15%62.94%-
HSV(B)9.23º44.17%80.78%-
XYZ36.430.0620.1-
YUV150.43108.01167.64-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.78%
GREEN value IS 129 (50.78% from 255) = 28.67%
BLUE value IS 115 (45.31% from 255) = 25.56%
R=45.78%
G=28.67%
B=25.56%

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
Decimal20612911500.370.440.199.2348.1562.94
HexCE81730252C139303f
Octal3162011630455423116077
Binary110011101000000111100110100101101100100111001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8173; }

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

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

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

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

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

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

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

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