#CA8274

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

Shades of New York Pink #CA8274

Tints of New York Pink #CA8274

Color information

#CA8274 (or 0xCA8274) is unknown color: approx New York Pink. HEX triplet: CA, 82 and 74. RGB value is (202,130,116). Sum of RGB (Red+Green+Blue) = 202+130+116=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 116 (45.70% from 255 or 25.89% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8274 is #357D8B. Grayscale: #969696. Windows color (decimal): -3505548 or 7635658. OLE color: 7635658.

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

Color convert

RGB202130116-
CMYK00.360.430.21
HSL9.77º44.79%62.35%-
HSV(B)9.77º42.57%79.22%-
XYZ35.4929.7820.4-
YUV149.93108.85165.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.09%
GREEN value IS 130 (51.17% from 255) = 29.02%
BLUE value IS 116 (45.70% from 255) = 25.89%
R=45.09%
G=29.02%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20213011600.360.430.219.7744.7962.35
HexCA82740242B15a2d3e
Octal3122021640445325125576
Binary110010101000001011101000100100101011101011010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8274; }

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

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

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

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

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

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

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

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