#CD7F70

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

Shades of New York Pink #CD7F70

Tints of New York Pink #CD7F70

Color information

#CD7F70 (or 0xCD7F70) is unknown color: approx New York Pink. HEX triplet: CD, 7F and 70. RGB value is (205,127,112). Sum of RGB (Red+Green+Blue) = 205+127+112=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7F70 is #32808F. Grayscale: #949494. Windows color (decimal): -3309712 or 7372749. OLE color: 7372749.

HSL color Cylindrical-coordinate representation of color #CD7F70: hue angle of 9.68º 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 #CD7F70 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB205127112-
CMYK00.380.450.20
HSL9.68º48.19%62.16%-
HSV(B)9.68º45.37%80.39%-
XYZ35.6929.3319.11-
YUV148.61107.34168.22-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.17%
GREEN value IS 127 (50% from 255) = 28.60%
BLUE value IS 112 (44.14% from 255) = 25.23%
R=46.17%
G=28.60%
B=25.23%

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
Decimal20512711200.380.450.209.6848.1962.16
HexCD7F700262D14a303e
Octal3151771600465524126076
Binary11001101111111111100000100110101101101001010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7F70; }

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

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

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

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

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

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

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

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