#CC7E75

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

Shades of New York Pink #CC7E75

Tints of New York Pink #CC7E75

Color information

#CC7E75 (or 0xCC7E75) is unknown color: approx New York Pink. HEX triplet: CC, 7E and 75. RGB value is (204,126,117). Sum of RGB (Red+Green+Blue) = 204+126+117=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 126 (49.61% from 255 or 28.19% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7E75 is #33818A. Grayscale: #949494. Windows color (decimal): -3375499 or 7700172. OLE color: 7700172.

HSL color Cylindrical-coordinate representation of color #CC7E75: hue angle of 6.21º 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 #CC7E75 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB204126117-
CMYK00.380.430.2
HSL6.21º46.03%62.94%-
HSV(B)6.21º42.65%80%-
XYZ35.5729.0420.56-
YUV148.3110.34167.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.64%
GREEN value IS 126 (49.61% from 255) = 28.19%
BLUE value IS 117 (46.09% from 255) = 26.17%
R=45.64%
G=28.19%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412611700.380.430.26.2146.0362.94
HexCC7E750262B1462e3f
Octal314176165046532465677
Binary1100110011111101110101010011010101110100110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7E75; }

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

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

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

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

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

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

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

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