#CC7D70

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

Shades of New York Pink #CC7D70

Tints of New York Pink #CC7D70

Color information

#CC7D70 (or 0xCC7D70) is unknown color: approx New York Pink. HEX triplet: CC, 7D and 70. RGB value is (204,125,112). Sum of RGB (Red+Green+Blue) = 204+125+112=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7D70 is #33828F. Grayscale: #939393. Windows color (decimal): -3375760 or 7372236. OLE color: 7372236.

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

Color convert

RGB204125112-
CMYK00.390.450.2
HSL8.48º47.42%61.96%-
HSV(B)8.48º45.1%80%-
XYZ35.1628.6719.01-
YUV147.14108.17168.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.26%
GREEN value IS 125 (49.22% from 255) = 28.34%
BLUE value IS 112 (44.14% from 255) = 25.40%
R=46.26%
G=28.34%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412511200.390.450.28.4847.4261.96
HexCC7D700272D1482f3e
Octal3141751600475524105776
Binary11001100111110111100000100111101101101001000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7D70; }

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

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

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

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

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

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

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

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