#CD7E70

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

Shades of New York Pink #CD7E70

Tints of New York Pink #CD7E70

Color information

#CD7E70 (or 0xCD7E70) is unknown color: approx New York Pink. HEX triplet: CD, 7E and 70. RGB value is (205,126,112). Sum of RGB (Red+Green+Blue) = 205+126+112=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7E70 is #32818F. Grayscale: #949494. Windows color (decimal): -3309968 or 7372493. OLE color: 7372493.

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

Color convert

RGB205126112-
CMYK00.390.450.20
HSL9.03º48.19%62.16%-
HSV(B)9.03º45.37%80.39%-
XYZ35.5629.0719.07-
YUV148.02107.67168.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.28%
GREEN value IS 126 (49.61% from 255) = 28.44%
BLUE value IS 112 (44.14% from 255) = 25.28%
R=46.28%
G=28.44%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512611200.390.450.209.0348.1962.16
HexCD7E700272D149303e
Octal3151761600475524116076
Binary11001101111111011100000100111101101101001001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7E70; }

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

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

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

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

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

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

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

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