#CA8072

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

Shades of New York Pink #CA8072

Tints of New York Pink #CA8072

Color information

#CA8072 (or 0xCA8072) is unknown color: approx New York Pink. HEX triplet: CA, 80 and 72. RGB value is (202,128,114). Sum of RGB (Red+Green+Blue) = 202+128+114=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 128 (50.39% from 255 or 28.83% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8072 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8072 is #357F8D. Grayscale: #949494. Windows color (decimal): -3506062 or 7504074. OLE color: 7504074.

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

Color convert

RGB202128114-
CMYK00.370.440.21
HSL9.55º45.36%61.96%-
HSV(B)9.55º43.56%79.22%-
XYZ35.1129.2119.71-
YUV148.53108.52166.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.50%
GREEN value IS 128 (50.39% from 255) = 28.83%
BLUE value IS 114 (44.92% from 255) = 25.68%
R=45.50%
G=28.83%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212811400.370.440.219.5545.3661.96
HexCA80720252C15a2d3e
Octal3122001620455425125576
Binary110010101000000011100100100101101100101011010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8072; }

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

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

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

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

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

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

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

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