#CC7F71

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

Shades of New York Pink #CC7F71

Tints of New York Pink #CC7F71

Color information

#CC7F71 (or 0xCC7F71) is unknown color: approx New York Pink. HEX triplet: CC, 7F and 71. RGB value is (204,127,113). Sum of RGB (Red+Green+Blue) = 204+127+113=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7F71 is #33808E. Grayscale: #949494. Windows color (decimal): -3375247 or 7438284. OLE color: 7438284.

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

Color convert

RGB204127113-
CMYK00.380.450.2
HSL9.23º47.15%62.16%-
HSV(B)9.23º44.61%80%-
XYZ35.4729.2119.39-
YUV148.43108.01167.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.95%
GREEN value IS 127 (50% from 255) = 28.60%
BLUE value IS 113 (44.53% from 255) = 25.45%
R=45.95%
G=28.60%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412711300.380.450.29.2347.1562.16
HexCC7F710262D1492f3e
Octal3141771610465524115776
Binary11001100111111111100010100110101101101001001101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7F71; }

 p { color: rgb(204,127,113); }

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

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

 a { background-color: rgb(204,127,113); }

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

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

 span { border-color: rgb(204,127,113); }

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