#CD7A72

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

Shades of New York Pink #CD7A72

Tints of New York Pink #CD7A72

Color information

#CD7A72 (or 0xCD7A72) is unknown color: approx New York Pink. HEX triplet: CD, 7A and 72. RGB value is (205,122,114). Sum of RGB (Red+Green+Blue) = 205+122+114=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7A72 is #32858D. Grayscale: #929292. Windows color (decimal): -3310990 or 7502541. OLE color: 7502541.

HSL color Cylindrical-coordinate representation of color #CD7A72: hue angle of 5.27º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD7A72 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB205122114-
CMYK00.400.440.20
HSL5.27º47.64%62.55%-
HSV(B)5.27º44.39%80.39%-
XYZ35.1728.1119.49-
YUV145.9110170.15-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.49%
GREEN value IS 122 (48.05% from 255) = 27.66%
BLUE value IS 114 (44.92% from 255) = 25.85%
R=46.49%
G=27.66%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512211400.400.440.205.2747.6462.55
HexCD7A720282C145303f
Octal315172162050542456077
Binary1100110111110101110010010100010110010100101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7A72; }

 p { color: rgb(205,122,114); }

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

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

 a { background-color: rgb(205,122,114); }

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

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

 span { border-color: rgb(205,122,114); }

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