#CD7D6F

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

Shades of New York Pink #CD7D6F

Tints of New York Pink #CD7D6F

Color information

#CD7D6F (or 0xCD7D6F) is unknown color: approx New York Pink. HEX triplet: CD, 7D and 6F. RGB value is (205,125,111). Sum of RGB (Red+Green+Blue) = 205+125+111=441 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.49% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 111 (43.75% from 255 or 25.17% from 441); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7D6F is #328290. Grayscale: #939393. Windows color (decimal): -3310225 or 7306701. OLE color: 7306701.

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

Color convert

RGB205125111-
CMYK00.390.460.20
HSL8.94º48.45%61.96%-
HSV(B)8.94º45.85%80.39%-
XYZ35.3828.7918.73-
YUV147.32107.5169.14-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.49%
GREEN value IS 125 (49.22% from 255) = 28.34%
BLUE value IS 111 (43.75% from 255) = 25.17%
R=46.49%
G=28.34%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512511100.390.460.208.9448.4561.96
HexCD7D6F0272E149303e
Octal3151751570475624116076
Binary11001101111110111011110100111101110101001001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7D6F; }

 p { color: rgb(205,125,111); }

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

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

 a { background-color: rgb(205,125,111); }

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

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

 span { border-color: rgb(205,125,111); }

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