#CC7D75

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

Shades of New York Pink #CC7D75

Tints of New York Pink #CC7D75

Color information

#CC7D75 (or 0xCC7D75) is unknown color: approx New York Pink. HEX triplet: CC, 7D and 75. RGB value is (204,125,117). Sum of RGB (Red+Green+Blue) = 204+125+117=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7D75 is #33828A. Grayscale: #939393. Windows color (decimal): -3375755 or 7699916. OLE color: 7699916.

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

Color convert

RGB204125117-
CMYK00.390.430.2
HSL5.52º46.03%62.94%-
HSV(B)5.52º42.65%80%-
XYZ35.4528.7920.52-
YUV147.71110.67168.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.74%
GREEN value IS 125 (49.22% from 255) = 28.03%
BLUE value IS 117 (46.09% from 255) = 26.23%
R=45.74%
G=28.03%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412511700.390.430.25.5246.0362.94
HexCC7D750272B1462e3f
Octal314175165047532465677
Binary1100110011111011110101010011110101110100110101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7D75; }

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

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

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

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

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

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

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

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