#CD7A73

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

Shades of New York Pink #CD7A73

Tints of New York Pink #CD7A73

Color information

#CD7A73 (or 0xCD7A73) is unknown color: approx New York Pink. HEX triplet: CD, 7A and 73. RGB value is (205,122,115). Sum of RGB (Red+Green+Blue) = 205+122+115=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7A73 is #32858C. Grayscale: #929292. Windows color (decimal): -3310989 or 7568077. OLE color: 7568077.

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

Color convert

RGB205122115-
CMYK00.400.440.20
HSL4.67º47.37%62.75%-
HSV(B)4.67º43.9%80.39%-
XYZ35.2328.1419.79-
YUV146.02110.5170.07-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.38%
GREEN value IS 122 (48.05% from 255) = 27.60%
BLUE value IS 115 (45.31% from 255) = 26.02%
R=46.38%
G=27.60%
B=26.02%

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
Decimal20512211500.400.440.204.6747.3762.75
HexCD7A730282C1452f3f
Octal315172163050542455777
Binary1100110111110101110011010100010110010100101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7A73; }

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

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

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

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

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

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

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

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