#CD7F75

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

Shades of New York Pink #CD7F75

Tints of New York Pink #CD7F75

Color information

#CD7F75 (or 0xCD7F75) is unknown color: approx New York Pink. HEX triplet: CD, 7F and 75. RGB value is (205,127,117). Sum of RGB (Red+Green+Blue) = 205+127+117=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7F75 is #32808A. Grayscale: #959595. Windows color (decimal): -3309707 or 7700429. OLE color: 7700429.

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

Color convert

RGB205127117-
CMYK00.380.430.20
HSL6.82º46.81%63.14%-
HSV(B)6.82º42.93%80.39%-
XYZ35.9829.4420.62-
YUV149.18109.84167.81-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.66%
GREEN value IS 127 (50% from 255) = 28.29%
BLUE value IS 117 (46.09% from 255) = 26.06%
R=45.66%
G=28.29%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512711700.380.430.206.8246.8163.14
HexCD7F750262B1472f3f
Octal315177165046532475777
Binary1100110111111111110101010011010101110100111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7F75; }

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

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

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

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

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

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

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

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