#CA7E73

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

Shades of New York Pink #CA7E73

Tints of New York Pink #CA7E73

Color information

#CA7E73 (or 0xCA7E73) is unknown color: approx New York Pink. HEX triplet: CA, 7E and 73. RGB value is (202,126,115). Sum of RGB (Red+Green+Blue) = 202+126+115=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7E73 is #35818C. Grayscale: #939393. Windows color (decimal): -3506573 or 7569098. OLE color: 7569098.

HSL color Cylindrical-coordinate representation of color #CA7E73: hue angle of 7.59º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA7E73 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB202126115-
CMYK00.380.430.21
HSL7.59º45.08%62.16%-
HSV(B)7.59º43.07%79.22%-
XYZ34.9128.7219.92-
YUV147.47109.68166.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.60%
GREEN value IS 126 (49.61% from 255) = 28.44%
BLUE value IS 115 (45.31% from 255) = 25.96%
R=45.60%
G=28.44%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212611500.380.430.217.5945.0862.16
HexCA7E730262B1582d3e
Octal3121761630465325105576
Binary11001010111111011100110100110101011101011000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7E73; }

 p { color: rgb(202,126,115); }

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

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

 a { background-color: rgb(202,126,115); }

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

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

 span { border-color: rgb(202,126,115); }

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