#CD7F72

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

Shades of New York Pink #CD7F72

Tints of New York Pink #CD7F72

Color information

#CD7F72 (or 0xCD7F72) is unknown color: approx New York Pink. HEX triplet: CD, 7F and 72. RGB value is (205,127,114). Sum of RGB (Red+Green+Blue) = 205+127+114=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 114 (44.92% from 255 or 25.56% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7F72 is #32808D. Grayscale: #949494. Windows color (decimal): -3309710 or 7503821. OLE color: 7503821.

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

Color convert

RGB205127114-
CMYK00.380.440.20
HSL8.57º47.64%62.55%-
HSV(B)8.57º44.39%80.39%-
XYZ35.829.3719.7-
YUV148.84108.34168.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.96%
GREEN value IS 127 (50% from 255) = 28.48%
BLUE value IS 114 (44.92% from 255) = 25.56%
R=45.96%
G=28.48%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512711400.380.440.208.5747.6462.55
HexCD7F720262C149303f
Octal3151771620465424116077
Binary11001101111111111100100100110101100101001001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7F72; }

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

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

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

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

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

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

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

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