#CA7E72

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

Shades of New York Pink #CA7E72

Tints of New York Pink #CA7E72

Color information

#CA7E72 (or 0xCA7E72) is unknown color: approx New York Pink. HEX triplet: CA, 7E and 72. RGB value is (202,126,114). Sum of RGB (Red+Green+Blue) = 202+126+114=442 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.70% from 442); Green value is 126 (49.61% from 255 or 28.51% from 442); Blue value is 114 (44.92% from 255 or 25.79% from 442); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7E72 is #35818D. Grayscale: #939393. Windows color (decimal): -3506574 or 7503562. OLE color: 7503562.

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

Color convert

RGB202126114-
CMYK00.380.440.21
HSL8.18º45.36%61.96%-
HSV(B)8.18º43.56%79.22%-
XYZ34.8628.6919.62-
YUV147.36109.18166.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.70%
GREEN value IS 126 (49.61% from 255) = 28.51%
BLUE value IS 114 (44.92% from 255) = 25.79%
R=45.70%
G=28.51%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212611400.380.440.218.1845.3661.96
HexCA7E720262C1582d3e
Octal3121761620465425105576
Binary11001010111111011100100100110101100101011000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7E72; }

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

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

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

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

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

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

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

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