#CA7E74

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

Shades of New York Pink #CA7E74

Tints of New York Pink #CA7E74

Color information

#CA7E74 (or 0xCA7E74) is unknown color: approx New York Pink. HEX triplet: CA, 7E and 74. RGB value is (202,126,116). Sum of RGB (Red+Green+Blue) = 202+126+116=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7E74 is #35818B. Grayscale: #939393. Windows color (decimal): -3506572 or 7634634. OLE color: 7634634.

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

Color convert

RGB202126116-
CMYK00.380.430.21
HSL6.98º44.79%62.35%-
HSV(B)6.98º42.57%79.22%-
XYZ34.9728.7420.23-
YUV147.58110.18166.81-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.50%
GREEN value IS 126 (49.61% from 255) = 28.38%
BLUE value IS 116 (45.70% from 255) = 26.13%
R=45.50%
G=28.38%
B=26.13%

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
Decimal20212611600.380.430.216.9844.7962.35
HexCA7E740262B1572d3e
Octal312176164046532575576
Binary1100101011111101110100010011010101110101111101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7E74; }

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

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

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

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

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

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

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

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