#CD8070

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

Shades of New York Pink #CD8070

Tints of New York Pink #CD8070

Color information

#CD8070 (or 0xCD8070) is unknown color: approx New York Pink. HEX triplet: CD, 80 and 70. RGB value is (205,128,112). Sum of RGB (Red+Green+Blue) = 205+128+112=445 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.07% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8070 is #327F8F. Grayscale: #959595. Windows color (decimal): -3309456 or 7373005. OLE color: 7373005.

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

Color convert

RGB205128112-
CMYK00.380.450.20
HSL10.32º48.19%62.16%-
HSV(B)10.32º45.37%80.39%-
XYZ35.8229.5919.15-
YUV149.2107.01167.8-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.07%
GREEN value IS 128 (50.39% from 255) = 28.76%
BLUE value IS 112 (44.14% from 255) = 25.17%
R=46.07%
G=28.76%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512811200.380.450.2010.3248.1962.16
HexCD80700262D14a303e
Octal3152001600465524126076
Binary110011011000000011100000100110101101101001010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8070; }

 p { color: rgb(205,128,112); }

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

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

 a { background-color: rgb(205,128,112); }

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

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

 span { border-color: rgb(205,128,112); }

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