#CD7B73

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

Shades of New York Pink #CD7B73

Tints of New York Pink #CD7B73

Color information

#CD7B73 (or 0xCD7B73) is unknown color: approx New York Pink. HEX triplet: CD, 7B and 73. RGB value is (205,123,115). Sum of RGB (Red+Green+Blue) = 205+123+115=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7B73 is #32848C. Grayscale: #929292. Windows color (decimal): -3310733 or 7568333. OLE color: 7568333.

HSL color Cylindrical-coordinate representation of color #CD7B73: hue angle of 5.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD7B73 is Cyan = 0, Magento = 0.4, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB205123115-
CMYK00.40.440.20
HSL5.33º47.37%62.75%-
HSV(B)5.33º43.9%80.39%-
XYZ35.3528.3819.83-
YUV146.61110.17169.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.28%
GREEN value IS 123 (48.44% from 255) = 27.77%
BLUE value IS 115 (45.31% from 255) = 25.96%
R=46.28%
G=27.77%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512311500.40.440.205.3347.3762.75
HexCD7B730282C1452f3f
Octal315173163050542455777
Binary1100110111110111110011010100010110010100101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD7B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD7B73; }

 p { color: rgb(205,123,115); }

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

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

 a { background-color: rgb(205,123,115); }

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

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

 span { border-color: rgb(205,123,115); }

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