#CC8075

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

Shades of New York Pink #CC8075

Tints of New York Pink #CC8075

Color information

#CC8075 (or 0xCC8075) is unknown color: approx New York Pink. HEX triplet: CC, 80 and 75. RGB value is (204,128,117). Sum of RGB (Red+Green+Blue) = 204+128+117=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8075 is #337F8A. Grayscale: #959595. Windows color (decimal): -3374987 or 7700684. OLE color: 7700684.

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

Color convert

RGB204128117-
CMYK00.370.430.2
HSL7.59º46.03%62.94%-
HSV(B)7.59º42.65%80%-
XYZ35.8329.5620.65-
YUV149.47109.68166.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.43%
GREEN value IS 128 (50.39% from 255) = 28.51%
BLUE value IS 117 (46.09% from 255) = 26.06%
R=45.43%
G=28.51%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412811700.370.430.27.5946.0362.94
HexCC80750252B1482e3f
Octal3142001650455324105677
Binary110011001000000011101010100101101011101001000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8075; }

 p { color: rgb(204,128,117); }

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

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

 a { background-color: rgb(204,128,117); }

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

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

 span { border-color: rgb(204,128,117); }

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