#CA8075

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

Shades of New York Pink #CA8075

Tints of New York Pink #CA8075

Color information

#CA8075 (or 0xCA8075) is unknown color: approx New York Pink. HEX triplet: CA, 80 and 75. RGB value is (202,128,117). Sum of RGB (Red+Green+Blue) = 202+128+117=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8075 is #357F8A. Grayscale: #949494. Windows color (decimal): -3506059 or 7700682. OLE color: 7700682.

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

Color convert

RGB202128117-
CMYK00.370.420.21
HSL7.76º44.5%62.55%-
HSV(B)7.76º42.08%79.22%-
XYZ35.2929.2820.62-
YUV148.87110.02165.89-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.19%
GREEN value IS 128 (50.39% from 255) = 28.64%
BLUE value IS 117 (46.09% from 255) = 26.17%
R=45.19%
G=28.64%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20212811700.370.420.217.7644.562.55
HexCA80750252A1582d3f
Octal3122001650455225105577
Binary110010101000000011101010100101101010101011000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8075; }

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

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

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

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

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

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

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

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