#CE8171

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

Shades of New York Pink #CE8171

Tints of New York Pink #CE8171

Color information

#CE8171 (or 0xCE8171) is unknown color: approx New York Pink. HEX triplet: CE, 81 and 71. RGB value is (206,129,113). Sum of RGB (Red+Green+Blue) = 206+129+113=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8171 is #317E8E. Grayscale: #969696. Windows color (decimal): -3243663 or 7438798. OLE color: 7438798.

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

Color convert

RGB206129113-
CMYK00.370.450.19
HSL10.32º48.69%62.55%-
HSV(B)10.32º45.15%80.78%-
XYZ36.2830.0119.5-
YUV150.2107.01167.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.98%
GREEN value IS 129 (50.78% from 255) = 28.79%
BLUE value IS 113 (44.53% from 255) = 25.22%
R=45.98%
G=28.79%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20612911300.370.450.1910.3248.6962.55
HexCE81710252D13a313f
Octal3162011610455523126177
Binary110011101000000111100010100101101101100111010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CE8171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CE8171; }

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

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

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

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

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

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

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

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