#CC8473

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

Shades of New York Pink #CC8473

Tints of New York Pink #CC8473

Color information

#CC8473 (or 0xCC8473) is unknown color: approx New York Pink. HEX triplet: CC, 84 and 73. RGB value is (204,132,115). Sum of RGB (Red+Green+Blue) = 204+132+115=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8473 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8473 is #337B8C. Grayscale: #979797. Windows color (decimal): -3373965 or 7570636. OLE color: 7570636.

HSL color Cylindrical-coordinate representation of color #CC8473: hue angle of 11.46º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC8473 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.2.

Color convert

RGB204132115-
CMYK00.350.440.2
HSL11.46º46.6%62.55%-
HSV(B)11.46º43.63%80%-
XYZ36.2530.5820.21-
YUV151.59107.35165.38-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.23%
GREEN value IS 132 (51.95% from 255) = 29.27%
BLUE value IS 115 (45.31% from 255) = 25.50%
R=45.23%
G=29.27%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20413211500.350.440.211.4646.662.55
HexCC84730232C14b2f3f
Octal3142041630435424135777
Binary110011001000010011100110100011101100101001011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8473; }

 p { color: rgb(204,132,115); }

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

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

 a { background-color: rgb(204,132,115); }

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

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

 span { border-color: rgb(204,132,115); }

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